Shades of Pattens Blue #CCE0E8
Tints of Pattens Blue #CCE0E8
RGB
CMYK
RGB Variations
Color information
#CCE0E8 (or 0xCCE0E8) is known color: Pattens Blue. HEX triplet: CC, E0 and E8. RGB value is (204,224,232). Sum of RGB (Red+Green+Blue) = 204+224+232=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCE0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0E8 is #331F17. Grayscale: #DADADA. Windows color (decimal): -3350296 or 15261900. OLE color: 15261900.
HSL color Cylindrical-coordinate representation of color #CCE0E8: hue angle of 197.14º 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 #CCE0E8 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 224 | 232 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.09 |
| HSL | 197.14º | 0.38% | 0.85% | - |
| HSV(B) | 197.14º | 0.12% | 0.91% | - |
| XYZ | 66.12 | 71.97 | 86.75 | - |
| YUV | 218.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 232 | 0.12 | 0.03 | 0 | 0.09 | 197.14 | 0.38 | 0.85 |
| Hex | CC | E0 | E8 | C | 3 | 0 | 9 | C5 | 26 | 55 |
| Octal | 314 | 340 | 350 | 14 | 3 | 0 | 11 | 305 | 46 | 125 |
| Binary | 11001100 | 11100000 | 11101000 | 1100 | 11 | 0 | 1001 | 11000101 | 100110 | 1010101 |
Color Harmonies of #CCE0E8
Complementary color
Monochromatic Colors of #CCE0E8
Black with #CCE0E8
Text Example
Text Example
White with #CCE0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0E8; }
p { color: rgb(204,224,232); }
H1.HeaderClassName
{
color: #CCE0E8;
}
.AnyTagClassName
{
color: #CCE0E8;
}
</style>
background-color css
<style>
a { background-color: #CCE0E8; }
a { background-color: rgb(204,224,232); }
div.DivClassName
{
background-color: #CCE0E8;
}
.BgClassName
{
background-color: #CCE0E8;
}
</style>
border-color css
<style>
span { border-color: #CCE0E8; }
span { border-color: rgb(204,224,232); }
td.TdClassName
{
border-color: #CCE0E8;
}
.TagClassName
{
border-color: #CCE0E8;
}
</style>