#daefff color space conversions
Hex:
        #daefff
        RGB:
        218, 239, 255
        CMY:
        15, 6, 0
        CMYK:
        15, 6, 0, 0
      HSL:
        206°, 100.0000%, 92.7451%
        HSV (HSB):
        206°, 14.5098%, 100.0000%
        XYZ:
        77.8299, 83.8584, 106.6920
        xyY:
        0.2900, 0.3125, 83.8584
      CIE-Lab:
        93.3890, -3.7266, -10.0477
        CIE-LCH:
        93.3890, 10.7165, 249.6506
        CIE-Luv:
        93.3890, -11.9221, -15.2049
        Hunter-Lab:
        91.5742, -8.5459, -4.9760
      #daefff color charts
#daefff RGB chart
      #daefff CMYK chart
      #daefff RGB pie chart
      #daefff color shades, tints & tones
#daefff color schemes
#daefff color preview, HTML & CSS examples
           This text has a color of #daefff        
        
          <p style="color:#daefff;">Text here</p>
        
        
          .mytext {color:#daefff;}
        
        Text color #daefff
      
           This box has a color of #daefff        
        
          <div style="background-color:#daefff;">Content here</div>
        
        
          .mybackground {background-color:#daefff;}
        
        Background color #daefff
      
           Border around this has a color of #daefff        
        
          <div style="border:2px solid #daefff;">Content here</div>
        
        
          .myborder {border:2px solid #daefff;}
        
        Border color #daefff