Shades of Pattens Blue #CCE1E8
Tints of Pattens Blue #CCE1E8
RGB
CMYK
RGB Variations
Color information
#CCE1E8 (or 0xCCE1E8) is known color: Pattens Blue. HEX triplet: CC, E1 and E8. RGB value is (204,225,232). Sum of RGB (Red+Green+Blue) = 204+225+232=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCE1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1E8 is #331E17. Grayscale: #DBDBDB. Windows color (decimal): -3350040 or 15262156. OLE color: 15262156.
HSL color Cylindrical-coordinate representation of color #CCE1E8: hue angle of 195º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE1E8 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 225 | 232 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.09 |
| HSL | 195º | 0.38% | 0.85% | - |
| HSV(B) | 195º | 0.12% | 0.91% | - |
| XYZ | 66.39 | 72.51 | 86.84 | - |
| YUV | 219.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 232 | 0.12 | 0.03 | 0 | 0.09 | 195 | 0.38 | 0.85 |
| Hex | CC | E1 | E8 | C | 3 | 0 | 9 | C3 | 26 | 55 |
| Octal | 314 | 341 | 350 | 14 | 3 | 0 | 11 | 303 | 46 | 125 |
| Binary | 11001100 | 11100001 | 11101000 | 1100 | 11 | 0 | 1001 | 11000011 | 100110 | 1010101 |
Color Harmonies of #CCE1E8
Complementary color
Monochromatic Colors of #CCE1E8
Black with #CCE1E8
Text Example
Text Example
White with #CCE1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1E8; }
p { color: rgb(204,225,232); }
H1.HeaderClassName
{
color: #CCE1E8;
}
.AnyTagClassName
{
color: #CCE1E8;
}
</style>
background-color css
<style>
a { background-color: #CCE1E8; }
a { background-color: rgb(204,225,232); }
div.DivClassName
{
background-color: #CCE1E8;
}
.BgClassName
{
background-color: #CCE1E8;
}
</style>
border-color css
<style>
span { border-color: #CCE1E8; }
span { border-color: rgb(204,225,232); }
td.TdClassName
{
border-color: #CCE1E8;
}
.TagClassName
{
border-color: #CCE1E8;
}
</style>