#effaaf color space conversions
Hex:
        #effaaf
        RGB:
        239, 250, 175
        CMY:
        6, 2, 31
        CMYK:
        4, 0, 30, 2
      HSL:
        69°, 88.2353%, 83.3333%
        HSV (HSB):
        69°, 30.0000%, 98.0392%
        XYZ:
        77.5201, 89.8171, 53.8081
        xyY:
        0.3505, 0.4061, 89.8171
      CIE-Lab:
        95.9208, -15.2614, 34.8449
        CIE-LCH:
        95.9208, 38.0404, 113.6526
        CIE-Luv:
        95.9208, -2.9349, 51.4750
        Hunter-Lab:
        94.7719, -19.8440, 32.6775
      #effaaf color charts
#effaaf RGB chart
      #effaaf CMYK chart
      #effaaf RGB pie chart
      #effaaf color shades, tints & tones
#effaaf color schemes
#effaaf color preview, HTML & CSS examples
           This text has a color of #effaaf        
        
          <p style="color:#effaaf;">Text here</p>
        
        
          .mytext {color:#effaaf;}
        
        Text color #effaaf
      
           This box has a color of #effaaf        
        
          <div style="background-color:#effaaf;">Content here</div>
        
        
          .mybackground {background-color:#effaaf;}
        
        Background color #effaaf
      
           Border around this has a color of #effaaf        
        
          <div style="border:2px solid #effaaf;">Content here</div>
        
        
          .myborder {border:2px solid #effaaf;}
        
        Border color #effaaf