#ccbfed color space conversions
Hex:
        #ccbfed
        RGB:
        204, 191, 237
        CMY:
        20, 25, 7
        CMYK:
        14, 19, 0, 7
      HSL:
        257°, 56.0976%, 83.9216%
        HSV (HSB):
        257°, 19.4093%, 92.9412%
        XYZ:
        58.8187, 56.2134, 87.8710
        xyY:
        0.2899, 0.2770, 56.2134
      CIE-Lab:
        79.7351, 13.4331, -21.1446
        CIE-LCH:
        79.7351, 25.0508, 302.4276
        CIE-Luv:
        79.7351, 4.1496, -35.5594
        Hunter-Lab:
        74.9756, 8.8268, -17.0046
      #ccbfed color charts
#ccbfed RGB chart
      #ccbfed CMYK chart
      #ccbfed RGB pie chart
      #ccbfed color shades, tints & tones
#ccbfed color schemes
#ccbfed color preview, HTML & CSS examples
           This text has a color of #ccbfed        
        
          <p style="color:#ccbfed;">Text here</p>
        
        
          .mytext {color:#ccbfed;}
        
        Text color #ccbfed
      
           This box has a color of #ccbfed        
        
          <div style="background-color:#ccbfed;">Content here</div>
        
        
          .mybackground {background-color:#ccbfed;}
        
        Background color #ccbfed
      
           Border around this has a color of #ccbfed        
        
          <div style="border:2px solid #ccbfed;">Content here</div>
        
        
          .myborder {border:2px solid #ccbfed;}
        
        Border color #ccbfed