#CCF4FF (or 0xCCF4FF) is unknown color: approx Pattens Blue. HEX triplet: CC, F4 and FF. RGB value is (204,244,255). Sum of RGB (Red+Green+Blue) = 204+244+255=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4FF is #330B00. Grayscale: #E9E9E9. Windows color (decimal): -3345153 or 16774348. OLE color: 16774348.
HSL color Cylindrical-coordinate representation of color #CCF4FF: hue angle of 192.94º 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 #CCF4FF is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #CCF4FF; } p { color: rgb(204,244,255); } H1.HeaderClassName { color: #CCF4FF; } .AnyTagClassName { color: #CCF4FF; } </style>
<style> a { background-color: #CCF4FF; } a { background-color: rgb(204,244,255); } div.DivClassName { background-color: #CCF4FF; } .BgClassName { background-color: #CCF4FF; } </style>
<style> span { border-color: #CCF4FF; } span { border-color: rgb(204,244,255); } td.TdClassName { border-color: #CCF4FF; } .TagClassName { border-color: #CCF4FF; } </style>