#ccbdee color space conversions
Hex:
        #ccbdee
        RGB:
        204, 189, 238
        CMY:
        20, 26, 7
        CMYK:
        14, 21, 0, 7
      HSL:
        258°, 59.0361%, 83.7255%
        HSV (HSB):
        258°, 20.5882%, 93.3333%
        XYZ:
        58.5321, 55.4056, 88.4983
        xyY:
        0.2891, 0.2737, 55.4056
      CIE-Lab:
        79.2743, 14.7259, -22.3812
        CIE-LCH:
        79.2743, 26.7912, 303.3434
        CIE-Luv:
        79.2743, 4.9973, -37.7659
        Hunter-Lab:
        74.4349, 10.1026, -18.3875
      #ccbdee color charts
#ccbdee RGB chart
      #ccbdee CMYK chart
      #ccbdee RGB pie chart
      #ccbdee color shades, tints & tones
#ccbdee color schemes
#ccbdee color preview, HTML & CSS examples
           This text has a color of #ccbdee        
        
          <p style="color:#ccbdee;">Text here</p>
        
        
          .mytext {color:#ccbdee;}
        
        Text color #ccbdee
      
           This box has a color of #ccbdee        
        
          <div style="background-color:#ccbdee;">Content here</div>
        
        
          .mybackground {background-color:#ccbdee;}
        
        Background color #ccbdee
      
           Border around this has a color of #ccbdee        
        
          <div style="border:2px solid #ccbdee;">Content here</div>
        
        
          .myborder {border:2px solid #ccbdee;}
        
        Border color #ccbdee