#caa8ea color space conversions
Hex:
        #caa8ea
        RGB:
        202, 168, 234
        CMY:
        21, 34, 8
        CMYK:
        14, 28, 0, 8
      HSL:
        271°, 61.1111%, 78.8235%
        HSV (HSB):
        271°, 28.2051%, 91.7647%
        XYZ:
        53.2110, 46.5023, 84.0132
        xyY:
        0.2896, 0.2531, 46.5023
      CIE-Lab:
        73.8703, 24.7171, -28.4905
        CIE-LCH:
        73.8703, 37.7180, 310.9434
        CIE-Luv:
        73.8703, 13.8411, -48.9548
        Hunter-Lab:
        68.1926, 19.9473, -25.3104
      #caa8ea color charts
#caa8ea RGB chart
      #caa8ea CMYK chart
      #caa8ea RGB pie chart
      #caa8ea color shades, tints & tones
#caa8ea color schemes
#caa8ea color preview, HTML & CSS examples
           This text has a color of #caa8ea        
        
          <p style="color:#caa8ea;">Text here</p>
        
        
          .mytext {color:#caa8ea;}
        
        Text color #caa8ea
      
           This box has a color of #caa8ea        
        
          <div style="background-color:#caa8ea;">Content here</div>
        
        
          .mybackground {background-color:#caa8ea;}
        
        Background color #caa8ea
      
           Border around this has a color of #caa8ea        
        
          <div style="border:2px solid #caa8ea;">Content here</div>
        
        
          .myborder {border:2px solid #caa8ea;}
        
        Border color #caa8ea