Shades of Pattens Blue #CCE8FC
Tints of Pattens Blue #CCE8FC
RGB
CMYK
RGB Variations
Color information
#CCE8FC (or 0xCCE8FC) is known color: Pattens Blue. HEX triplet: CC, E8 and FC. RGB value is (204,232,252). Sum of RGB (Red+Green+Blue) = 204+232+252=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FC is #331703. Grayscale: #E1E1E1. Windows color (decimal): -3348228 or 16574668. OLE color: 16574668.
HSL color Cylindrical-coordinate representation of color #CCE8FC: hue angle of 205º 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 #CCE8FC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 232 | 252 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.01 |
| HSL | 205º | 0.89% | 0.89% | - |
| HSV(B) | 205º | 0.19% | 0.99% | - |
| XYZ | 71.33 | 77.58 | 103.31 | - |
| YUV | 225.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 252 | 0.19 | 0.08 | 0 | 0.01 | 205 | 0.89 | 0.89 |
| Hex | CC | E8 | FC | 13 | 8 | 0 | 1 | CD | 59 | 59 |
| Octal | 314 | 350 | 374 | 23 | 10 | 0 | 1 | 315 | 131 | 131 |
| Binary | 11001100 | 11101000 | 11111100 | 10011 | 1000 | 0 | 1 | 11001101 | 1011001 | 1011001 |
Color Harmonies of #CCE8FC
Complementary color
Monochromatic Colors of #CCE8FC
Black with #CCE8FC
Text Example
Text Example
White with #CCE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8FC; }
p { color: rgb(204,232,252); }
H1.HeaderClassName
{
color: #CCE8FC;
}
.AnyTagClassName
{
color: #CCE8FC;
}
</style>
background-color css
<style>
a { background-color: #CCE8FC; }
a { background-color: rgb(204,232,252); }
div.DivClassName
{
background-color: #CCE8FC;
}
.BgClassName
{
background-color: #CCE8FC;
}
</style>
border-color css
<style>
span { border-color: #CCE8FC; }
span { border-color: rgb(204,232,252); }
td.TdClassName
{
border-color: #CCE8FC;
}
.TagClassName
{
border-color: #CCE8FC;
}
</style>