#caafec color space conversions
Hex:
        #caafec
        RGB:
        202, 175, 236
        CMY:
        21, 31, 7
        CMYK:
        14, 26, 0, 7
      HSL:
        267°, 61.6162%, 80.5882%
        HSV (HSB):
        267°, 25.8475%, 92.5490%
        XYZ:
        54.8274, 49.2726, 85.9777
        xyY:
        0.2884, 0.2592, 49.2726
      CIE-Lab:
        75.6206, 21.3037, -26.8916
        CIE-LCH:
        75.6206, 34.3075, 308.3865
        CIE-Luv:
        75.6206, 10.4787, -45.9509
        Hunter-Lab:
        70.1945, 16.5823, -23.4853
      #caafec color charts
#caafec RGB chart
      #caafec CMYK chart
      #caafec RGB pie chart
      #caafec color shades, tints & tones
#caafec color schemes
#caafec color preview, HTML & CSS examples
           This text has a color of #caafec        
        
          <p style="color:#caafec;">Text here</p>
        
        
          .mytext {color:#caafec;}
        
        Text color #caafec
      
           This box has a color of #caafec        
        
          <div style="background-color:#caafec;">Content here</div>
        
        
          .mybackground {background-color:#caafec;}
        
        Background color #caafec
      
           Border around this has a color of #caafec        
        
          <div style="border:2px solid #caafec;">Content here</div>
        
        
          .myborder {border:2px solid #caafec;}
        
        Border color #caafec