Shades of Pattens Blue #CCECFC
Tints of Pattens Blue #CCECFC
RGB
CMYK
RGB Variations
Color information
#CCECFC (or 0xCCECFC) is known color: Pattens Blue. HEX triplet: CC, EC and FC. RGB value is (204,236,252). Sum of RGB (Red+Green+Blue) = 204+236+252=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFC is #331303. Grayscale: #E4E4E4. Windows color (decimal): -3347204 or 16575692. OLE color: 16575692.
HSL color Cylindrical-coordinate representation of color #CCECFC: hue angle of 200º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCECFC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 236 | 252 | - |
CMYK | 0.19 | 0.06 | 0 | 0.01 |
HSL | 200º | 0.89% | 0.89% | - |
HSV(B) | 200º | 0.19% | 0.99% | - |
XYZ | 72.47 | 79.86 | 103.69 | - |
YUV | 228.26 | 141.4 | 110.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 252 | 0.19 | 0.06 | 0 | 0.01 | 200 | 0.89 | 0.89 |
Hex | CC | EC | FC | 13 | 6 | 0 | 1 | C8 | 59 | 59 |
Octal | 314 | 354 | 374 | 23 | 6 | 0 | 1 | 310 | 131 | 131 |
Binary | 11001100 | 11101100 | 11111100 | 10011 | 110 | 0 | 1 | 11001000 | 1011001 | 1011001 |
Color Harmonies of #CCECFC
Complementary color
Monochromatic Colors of #CCECFC
Black with #CCECFC
Text Example
Text Example
White with #CCECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECFC; }
p { color: rgb(204,236,252); }
H1.HeaderClassName
{
color: #CCECFC;
}
.AnyTagClassName
{
color: #CCECFC;
}
</style>
background-color css
<style>
a { background-color: #CCECFC; }
a { background-color: rgb(204,236,252); }
div.DivClassName
{
background-color: #CCECFC;
}
.BgClassName
{
background-color: #CCECFC;
}
</style>
border-color css
<style>
span { border-color: #CCECFC; }
span { border-color: rgb(204,236,252); }
td.TdClassName
{
border-color: #CCECFC;
}
.TagClassName
{
border-color: #CCECFC;
}
</style>