#caabfe color space conversions
Hex:
        #caabfe
        RGB:
        202, 171, 254
        CMY:
        21, 33, 0
        CMYK:
        20, 33, 0, 0
      HSL:
        262°, 97.6471%, 83.3333%
        HSV (HSB):
        262°, 32.6772%, 99.6078%
        XYZ:
        56.8094, 48.8381, 100.1985
        xyY:
        0.2760, 0.2373, 48.8381
      CIE-Lab:
        75.3505, 27.4241, -37.0338
        CIE-LCH:
        75.3505, 46.0823, 306.5206
        CIE-Luv:
        75.3505, 10.4221, -63.7467
        Hunter-Lab:
        69.8843, 22.8064, -36.0896
      #caabfe color charts
#caabfe RGB chart
      #caabfe CMYK chart
      #caabfe RGB pie chart
      #caabfe color shades, tints & tones
#caabfe color schemes
#caabfe color preview, HTML & CSS examples
           This text has a color of #caabfe        
        
          <p style="color:#caabfe;">Text here</p>
        
        
          .mytext {color:#caabfe;}
        
        Text color #caabfe
      
           This box has a color of #caabfe        
        
          <div style="background-color:#caabfe;">Content here</div>
        
        
          .mybackground {background-color:#caabfe;}
        
        Background color #caabfe
      
           Border around this has a color of #caabfe        
        
          <div style="border:2px solid #caabfe;">Content here</div>
        
        
          .myborder {border:2px solid #caabfe;}
        
        Border color #caabfe