#cdbefe color space conversions
Hex:
        #cdbefe
        RGB:
        205, 190, 254
        CMY:
        20, 25, 0
        CMYK:
        19, 25, 0, 0
      HSL:
        254°, 96.9697%, 87.0588%
        HSV (HSB):
        254°, 25.1969%, 99.6078%
        XYZ:
        61.4797, 56.9618, 101.5203
        xyY:
        0.2795, 0.2590, 56.9618
      CIE-Lab:
        80.1581, 17.9407, -29.5966
        CIE-LCH:
        80.1581, 34.6096, 301.2233
        CIE-Luv:
        80.1581, 3.8094, -50.3181
        Hunter-Lab:
        75.4730, 13.3267, -26.9211
      #cdbefe color charts
#cdbefe RGB chart
      #cdbefe CMYK chart
      #cdbefe RGB pie chart
      #cdbefe color shades, tints & tones
#cdbefe color schemes
#cdbefe color preview, HTML & CSS examples
           This text has a color of #cdbefe        
        
          <p style="color:#cdbefe;">Text here</p>
        
        
          .mytext {color:#cdbefe;}
        
        Text color #cdbefe
      
           This box has a color of #cdbefe        
        
          <div style="background-color:#cdbefe;">Content here</div>
        
        
          .mybackground {background-color:#cdbefe;}
        
        Background color #cdbefe
      
           Border around this has a color of #cdbefe        
        
          <div style="border:2px solid #cdbefe;">Content here</div>
        
        
          .myborder {border:2px solid #cdbefe;}
        
        Border color #cdbefe