#ccedfd color space conversions
Hex:
        #ccedfd
        RGB:
        204, 237, 253
        CMY:
        20, 7, 1
        CMYK:
        19, 6, 0, 1
      HSL:
        200°, 92.4528%, 89.6078%
        HSV (HSB):
        200°, 19.3676%, 99.2157%
        XYZ:
        72.9156, 80.4976, 104.6230
        xyY:
        0.2826, 0.3120, 80.4976
      CIE-Lab:
        91.9077, -7.4018, -11.3092
        CIE-LCH:
        91.9077, 13.5161, 236.7956
        CIE-Luv:
        91.9077, -17.7942, -16.6123
        Hunter-Lab:
        89.7205, -11.9442, -6.3338
      #ccedfd color charts
#ccedfd RGB chart
      #ccedfd CMYK chart
      #ccedfd RGB pie chart
      #ccedfd color shades, tints & tones
#ccedfd color schemes
#ccedfd color preview, HTML & CSS examples
           This text has a color of #ccedfd        
        
          <p style="color:#ccedfd;">Text here</p>
        
        
          .mytext {color:#ccedfd;}
        
        Text color #ccedfd
      
           This box has a color of #ccedfd        
        
          <div style="background-color:#ccedfd;">Content here</div>
        
        
          .mybackground {background-color:#ccedfd;}
        
        Background color #ccedfd
      
           Border around this has a color of #ccedfd        
        
          <div style="border:2px solid #ccedfd;">Content here</div>
        
        
          .myborder {border:2px solid #ccedfd;}
        
        Border color #ccedfd