#cabdeb color space conversions
Hex:
        #cabdeb
        RGB:
        202, 189, 235
        CMY:
        21, 26, 8
        CMYK:
        14, 20, 0, 8
      HSL:
        257°, 53.4884%, 83.1373%
        HSV (HSB):
        257°, 19.5745%, 92.1569%
        XYZ:
        57.5501, 54.9499, 86.1704
        xyY:
        0.2897, 0.2766, 54.9499
      CIE-Lab:
        79.0124, 13.4627, -21.1817
        CIE-LCH:
        79.0124, 25.0980, 302.4393
        CIE-Luv:
        79.0124, 4.1451, -35.5800
        Hunter-Lab:
        74.1282, 8.8558, -17.0320
      #cabdeb color charts
#cabdeb RGB chart
      #cabdeb CMYK chart
      #cabdeb RGB pie chart
      #cabdeb color shades, tints & tones
#cabdeb color schemes
#cabdeb color preview, HTML & CSS examples
           This text has a color of #cabdeb        
        
          <p style="color:#cabdeb;">Text here</p>
        
        
          .mytext {color:#cabdeb;}
        
        Text color #cabdeb
      
           This box has a color of #cabdeb        
        
          <div style="background-color:#cabdeb;">Content here</div>
        
        
          .mybackground {background-color:#cabdeb;}
        
        Background color #cabdeb
      
           Border around this has a color of #cabdeb        
        
          <div style="border:2px solid #cabdeb;">Content here</div>
        
        
          .myborder {border:2px solid #cabdeb;}
        
        Border color #cabdeb