#ca99ea color space conversions
Hex:
        #ca99ea
        RGB:
        202, 153, 234
        CMY:
        21, 40, 8
        CMYK:
        14, 35, 0, 8
      HSL:
        276°, 65.8537%, 75.8824%
        HSV (HSB):
        276°, 34.6154%, 91.7647%
        XYZ:
        50.5996, 41.2795, 83.1428
        xyY:
        0.2891, 0.2359, 41.2795
      CIE-Lab:
        70.3713, 32.9442, -33.8875
        CIE-LCH:
        70.3713, 47.2619, 314.1913
        CIE-Luv:
        70.3713, 20.4419, -58.7068
        Hunter-Lab:
        64.2492, 28.1423, -31.7509
      #ca99ea color charts
#ca99ea RGB chart
      #ca99ea CMYK chart
      #ca99ea RGB pie chart
      #ca99ea color shades, tints & tones
#ca99ea color schemes
#ca99ea color preview, HTML & CSS examples
           This text has a color of #ca99ea        
        
          <p style="color:#ca99ea;">Text here</p>
        
        
          .mytext {color:#ca99ea;}
        
        Text color #ca99ea
      
           This box has a color of #ca99ea        
        
          <div style="background-color:#ca99ea;">Content here</div>
        
        
          .mybackground {background-color:#ca99ea;}
        
        Background color #ca99ea
      
           Border around this has a color of #ca99ea        
        
          <div style="border:2px solid #ca99ea;">Content here</div>
        
        
          .myborder {border:2px solid #ca99ea;}
        
        Border color #ca99ea