#cedaea color space conversions
Hex:
        #cedaea
        RGB:
        206, 218, 234
        CMY:
        19, 15, 8
        CMYK:
        12, 7, 0, 8
      HSL:
        214°, 40.0000%, 86.2745%
        HSV (HSB):
        214°, 11.9658%, 91.7647%
        XYZ:
        65.3763, 69.2051, 87.7541
        xyY:
        0.2940, 0.3113, 69.2051
      CIE-Lab:
        86.6055, -0.9008, -9.2165
        CIE-LCH:
        86.6055, 9.2605, 264.4176
        CIE-Luv:
        86.6055, -7.3198, -14.1990
        Hunter-Lab:
        83.1896, -5.3039, -4.3104
      #cedaea color charts
#cedaea RGB chart
      #cedaea CMYK chart
      #cedaea RGB pie chart
      #cedaea color shades, tints & tones
#cedaea color schemes
#cedaea color preview, HTML & CSS examples
           This text has a color of #cedaea        
        
          <p style="color:#cedaea;">Text here</p>
        
        
          .mytext {color:#cedaea;}
        
        Text color #cedaea
      
           This box has a color of #cedaea        
        
          <div style="background-color:#cedaea;">Content here</div>
        
        
          .mybackground {background-color:#cedaea;}
        
        Background color #cedaea
      
           Border around this has a color of #cedaea        
        
          <div style="border:2px solid #cedaea;">Content here</div>
        
        
          .myborder {border:2px solid #cedaea;}
        
        Border color #cedaea