#cfaeda color space conversions
Hex:
        #cfaeda
        RGB:
        207, 174, 218
        CMY:
        19, 32, 15
        CMYK:
        5, 20, 0, 15
      HSL:
        285°, 37.2881%, 76.8627%
        HSV (HSB):
        285°, 20.1835%, 85.4902%
        XYZ:
        53.5231, 48.5995, 72.8893
        xyY:
        0.3058, 0.2777, 48.5995
      CIE-Lab:
        75.2015, 19.7833, -17.7131
        CIE-LCH:
        75.2015, 26.5543, 318.1601
        CIE-Luv:
        75.2015, 15.6414, -30.7539
        Hunter-Lab:
        69.7133, 15.0468, -13.1918
      #cfaeda color charts
#cfaeda RGB chart
      #cfaeda CMYK chart
      #cfaeda RGB pie chart
      #cfaeda color shades, tints & tones
#cfaeda color schemes
#cfaeda color preview, HTML & CSS examples
           This text has a color of #cfaeda        
        
          <p style="color:#cfaeda;">Text here</p>
        
        
          .mytext {color:#cfaeda;}
        
        Text color #cfaeda
      
           This box has a color of #cfaeda        
        
          <div style="background-color:#cfaeda;">Content here</div>
        
        
          .mybackground {background-color:#cfaeda;}
        
        Background color #cfaeda
      
           Border around this has a color of #cfaeda        
        
          <div style="border:2px solid #cfaeda;">Content here</div>
        
        
          .myborder {border:2px solid #cfaeda;}
        
        Border color #cfaeda