#dafcae color space conversions
Hex:
        #dafcae
        RGB:
        218, 252, 174
        CMY:
        15, 1, 32
        CMYK:
        13, 0, 31, 1
      HSL:
        86°, 92.8571%, 83.5294%
        HSV (HSB):
        86°, 30.9524%, 98.8235%
        XYZ:
        71.3638, 87.5822, 53.1882
        xyY:
        0.3364, 0.4129, 87.5822
      CIE-Lab:
        94.9848, -23.9355, 33.8405
        CIE-LCH:
        94.9848, 41.4499, 125.2719
        CIE-Luv:
        94.9848, -16.1001, 51.8162
        Hunter-Lab:
        93.5854, -27.6587, 31.8130
      #dafcae color charts
#dafcae RGB chart
      #dafcae CMYK chart
      #dafcae RGB pie chart
      #dafcae color shades, tints & tones
#dafcae color schemes
#dafcae color preview, HTML & CSS examples
           This text has a color of #dafcae        
        
          <p style="color:#dafcae;">Text here</p>
        
        
          .mytext {color:#dafcae;}
        
        Text color #dafcae
      
           This box has a color of #dafcae        
        
          <div style="background-color:#dafcae;">Content here</div>
        
        
          .mybackground {background-color:#dafcae;}
        
        Background color #dafcae
      
           Border around this has a color of #dafcae        
        
          <div style="border:2px solid #dafcae;">Content here</div>
        
        
          .myborder {border:2px solid #dafcae;}
        
        Border color #dafcae