#dafeba color space conversions
Hex:
        #dafeba
        RGB:
        218, 254, 186
        CMY:
        15, 0, 27
        CMYK:
        14, 0, 27, 0
      HSL:
        92°, 97.1429%, 86.2745%
        HSV (HSB):
        92°, 26.7717%, 99.6078%
        XYZ:
        73.2182, 89.3342, 59.8386
        xyY:
        0.3292, 0.4017, 89.3342
      CIE-Lab:
        95.7199, -23.2018, 28.7992
        CIE-LCH:
        95.7199, 36.9827, 128.8563
        CIE-Luv:
        95.7199, -17.3723, 45.3655
        Hunter-Lab:
        94.5168, -27.1279, 28.6252
      #dafeba color charts
#dafeba RGB chart
      #dafeba CMYK chart
      #dafeba RGB pie chart
      #dafeba color shades, tints & tones
#dafeba color schemes
#dafeba color preview, HTML & CSS examples
           This text has a color of #dafeba        
        
          <p style="color:#dafeba;">Text here</p>
        
        
          .mytext {color:#dafeba;}
        
        Text color #dafeba
      
           This box has a color of #dafeba        
        
          <div style="background-color:#dafeba;">Content here</div>
        
        
          .mybackground {background-color:#dafeba;}
        
        Background color #dafeba
      
           Border around this has a color of #dafeba        
        
          <div style="border:2px solid #dafeba;">Content here</div>
        
        
          .myborder {border:2px solid #dafeba;}
        
        Border color #dafeba