#edface color space conversions
Hex:
        #edface
        RGB:
        237, 250, 206
        CMY:
        7, 2, 19
        CMYK:
        5, 0, 18, 2
      HSL:
        78°, 81.4815%, 89.4118%
        HSV (HSB):
        78°, 17.6000%, 98.0392%
        XYZ:
        80.2512, 90.8320, 71.6952
        xyY:
        0.3306, 0.3741, 90.8320
      CIE-Lab:
        96.3408, -11.6486, 19.6948
        CIE-LCH:
        96.3408, 22.8818, 120.6025
        CIE-Luv:
        96.3408, -5.2710, 31.0288
        Hunter-Lab:
        95.3058, -16.4811, 22.1123
      #edface color charts
#edface RGB chart
      #edface CMYK chart
      #edface RGB pie chart
      #edface color shades, tints & tones
#edface color schemes
#edface color preview, HTML & CSS examples
           This text has a color of #edface        
        
          <p style="color:#edface;">Text here</p>
        
        
          .mytext {color:#edface;}
        
        Text color #edface
      
           This box has a color of #edface        
        
          <div style="background-color:#edface;">Content here</div>
        
        
          .mybackground {background-color:#edface;}
        
        Background color #edface
      
           Border around this has a color of #edface        
        
          <div style="border:2px solid #edface;">Content here</div>
        
        
          .myborder {border:2px solid #edface;}
        
        Border color #edface