#ccafea color space conversions
Hex:
        #ccafea
        RGB:
        204, 175, 234
        CMY:
        20, 31, 8
        CMYK:
        13, 25, 0, 8
      HSL:
        269°, 58.4158%, 80.1961%
        HSV (HSB):
        269°, 25.2137%, 91.7647%
        XYZ:
        55.0831, 49.4378, 84.4812
        xyY:
        0.2914, 0.2616, 49.4378
      CIE-Lab:
        75.7229, 21.5088, -25.6364
        CIE-LCH:
        75.7229, 33.4642, 309.9965
        CIE-Luv:
        75.7229, 11.7948, -43.9252
        Hunter-Lab:
        70.3120, 16.7925, -22.0196
      #ccafea color charts
#ccafea RGB chart
      #ccafea CMYK chart
      #ccafea RGB pie chart
      #ccafea color shades, tints & tones
#ccafea color schemes
#ccafea color preview, HTML & CSS examples
           This text has a color of #ccafea        
        
          <p style="color:#ccafea;">Text here</p>
        
        
          .mytext {color:#ccafea;}
        
        Text color #ccafea
      
           This box has a color of #ccafea        
        
          <div style="background-color:#ccafea;">Content here</div>
        
        
          .mybackground {background-color:#ccafea;}
        
        Background color #ccafea
      
           Border around this has a color of #ccafea        
        
          <div style="border:2px solid #ccafea;">Content here</div>
        
        
          .myborder {border:2px solid #ccafea;}
        
        Border color #ccafea