#cfaeae color space conversions
Hex:
        #cfaeae
        RGB:
        207, 174, 174
        CMY:
        19, 32, 32
        CMYK:
        0, 16, 16, 19
      HSL:
        0°, 25.5814%, 74.7059%
        HSV (HSB):
        0°, 15.9420%, 81.1765%
        XYZ:
        48.5082, 46.5935, 46.4812
        xyY:
        0.3426, 0.3291, 46.5935
      CIE-Lab:
        73.9290, 11.9474, 4.4578
        CIE-LCH:
        73.9290, 12.7520, 20.4616
        CIE-Luv:
        73.9290, 20.1324, 4.3299
        Hunter-Lab:
        68.2594, 7.3960, 7.4081
      #cfaeae color charts
#cfaeae RGB chart
      #cfaeae CMYK chart
      #cfaeae RGB pie chart
      #cfaeae color shades, tints & tones
#cfaeae color schemes
#cfaeae color preview, HTML & CSS examples
           This text has a color of #cfaeae        
        
          <p style="color:#cfaeae;">Text here</p>
        
        
          .mytext {color:#cfaeae;}
        
        Text color #cfaeae
      
           This box has a color of #cfaeae        
        
          <div style="background-color:#cfaeae;">Content here</div>
        
        
          .mybackground {background-color:#cfaeae;}
        
        Background color #cfaeae
      
           Border around this has a color of #cfaeae        
        
          <div style="border:2px solid #cfaeae;">Content here</div>
        
        
          .myborder {border:2px solid #cfaeae;}
        
        Border color #cfaeae