#ccc2ff color space conversions
Hex:
        #ccc2ff
        RGB:
        204, 194, 255
        CMY:
        20, 24, 0
        CMYK:
        20, 24, 0, 0
      HSL:
        250°, 100.0000%, 88.0392%
        HSV (HSB):
        250°, 23.9216%, 100.0000%
        XYZ:
        62.2436, 58.6409, 102.6460
        xyY:
        0.2785, 0.2623, 58.6409
      CIE-Lab:
        81.0938, 15.6911, -28.7027
        CIE-LCH:
        81.0938, 32.7117, 298.6644
        CIE-Luv:
        81.0938, 1.4468, -48.5495
        Hunter-Lab:
        76.5774, 11.0780, -25.8694
      #ccc2ff color charts
#ccc2ff RGB chart
      #ccc2ff CMYK chart
      #ccc2ff RGB pie chart
      #ccc2ff color shades, tints & tones
#ccc2ff color schemes
#ccc2ff color preview, HTML & CSS examples
           This text has a color of #ccc2ff        
        
          <p style="color:#ccc2ff;">Text here</p>
        
        
          .mytext {color:#ccc2ff;}
        
        Text color #ccc2ff
      
           This box has a color of #ccc2ff        
        
          <div style="background-color:#ccc2ff;">Content here</div>
        
        
          .mybackground {background-color:#ccc2ff;}
        
        Background color #ccc2ff
      
           Border around this has a color of #ccc2ff        
        
          <div style="border:2px solid #ccc2ff;">Content here</div>
        
        
          .myborder {border:2px solid #ccc2ff;}
        
        Border color #ccc2ff