#daedfe color space conversions
Hex:
        #daedfe
        RGB:
        218, 237, 254
        CMY:
        15, 7, 0
        CMYK:
        14, 7, 0, 0
      HSL:
        208°, 94.7368%, 92.5490%
        HSV (HSB):
        208°, 14.1732%, 99.6078%
        XYZ:
        77.0870, 82.6296, 105.6521
        xyY:
        0.2905, 0.3114, 82.6296
      CIE-Lab:
        92.8520, -2.9052, -10.3260
        CIE-LCH:
        92.8520, 10.7269, 254.2860
        CIE-Luv:
        92.8520, -10.9518, -15.7805
        Hunter-Lab:
        90.9008, -7.7022, -5.2810
      #daedfe color charts
#daedfe RGB chart
      #daedfe CMYK chart
      #daedfe RGB pie chart
      #daedfe color shades, tints & tones
#daedfe color schemes
#daedfe color preview, HTML & CSS examples
           This text has a color of #daedfe        
        
          <p style="color:#daedfe;">Text here</p>
        
        
          .mytext {color:#daedfe;}
        
        Text color #daedfe
      
           This box has a color of #daedfe        
        
          <div style="background-color:#daedfe;">Content here</div>
        
        
          .mybackground {background-color:#daedfe;}
        
        Background color #daedfe
      
           Border around this has a color of #daedfe        
        
          <div style="border:2px solid #daedfe;">Content here</div>
        
        
          .myborder {border:2px solid #daedfe;}
        
        Border color #daedfe