#CCCCFF (or 0xCCCCFF) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and FF. RGB value is (204,204,255). Sum of RGB (Red+Green+Blue) = 204+204+255=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCCFF is a web safe color. Inversed color of #CCCCFF is #333300. Grayscale: #D1D1D1. Windows color (decimal): -3355393 or 16764108. OLE color: 16764108.
HSL color Cylindrical-coordinate representation of color #CCCCFF: hue angle of 240º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCCFF is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #CCCCFF; } p { color: rgb(204,204,255); } H1.HeaderClassName { color: #CCCCFF; } .AnyTagClassName { color: #CCCCFF; } </style>
<style> a { background-color: #CCCCFF; } a { background-color: rgb(204,204,255); } div.DivClassName { background-color: #CCCCFF; } .BgClassName { background-color: #CCCCFF; } </style>
<style> span { border-color: #CCCCFF; } span { border-color: rgb(204,204,255); } td.TdClassName { border-color: #CCCCFF; } .TagClassName { border-color: #CCCCFF; } </style>