Shades of Pattens Blue #CCE0EE
Tints of Pattens Blue #CCE0EE
RGB
CMYK
RGB Variations
Color information
#CCE0EE (or 0xCCE0EE) is known color: Pattens Blue. HEX triplet: CC, E0 and EE. RGB value is (204,224,238). Sum of RGB (Red+Green+Blue) = 204+224+238=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0EE is #331F11. Grayscale: #DBDBDB. Windows color (decimal): -3350290 or 15655116. OLE color: 15655116.
HSL color Cylindrical-coordinate representation of color #CCE0EE: hue angle of 204.71º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE0EE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 224 | 238 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.07 |
| HSL | 204.71º | 0.5% | 0.87% | - |
| HSV(B) | 204.71º | 0.14% | 0.93% | - |
| XYZ | 66.99 | 72.32 | 91.32 | - |
| YUV | 219.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 238 | 0.14 | 0.06 | 0 | 0.07 | 204.71 | 0.5 | 0.87 |
| Hex | CC | E0 | EE | E | 6 | 0 | 7 | CD | 32 | 57 |
| Octal | 314 | 340 | 356 | 16 | 6 | 0 | 7 | 315 | 62 | 127 |
| Binary | 11001100 | 11100000 | 11101110 | 1110 | 110 | 0 | 111 | 11001101 | 110010 | 1010111 |
Color Harmonies of #CCE0EE
Complementary color
Monochromatic Colors of #CCE0EE
Black with #CCE0EE
Text Example
Text Example
White with #CCE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0EE; }
p { color: rgb(204,224,238); }
H1.HeaderClassName
{
color: #CCE0EE;
}
.AnyTagClassName
{
color: #CCE0EE;
}
</style>
background-color css
<style>
a { background-color: #CCE0EE; }
a { background-color: rgb(204,224,238); }
div.DivClassName
{
background-color: #CCE0EE;
}
.BgClassName
{
background-color: #CCE0EE;
}
</style>
border-color css
<style>
span { border-color: #CCE0EE; }
span { border-color: rgb(204,224,238); }
td.TdClassName
{
border-color: #CCE0EE;
}
.TagClassName
{
border-color: #CCE0EE;
}
</style>