Shades of Pattens Blue #CCE0E7
Tints of Pattens Blue #CCE0E7
RGB
CMYK
RGB Variations
Color information
#CCE0E7 (or 0xCCE0E7) is known color: Pattens Blue. HEX triplet: CC, E0 and E7. RGB value is (204,224,231). Sum of RGB (Red+Green+Blue) = 204+224+231=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCE0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0E7 is #331F18. Grayscale: #DADADA. Windows color (decimal): -3350297 or 15196364. OLE color: 15196364.
HSL color Cylindrical-coordinate representation of color #CCE0E7: hue angle of 195.56º degrees, saturation: 0.36, 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 #CCE0E7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 224 | 231 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.09 |
| HSL | 195.56º | 0.36% | 0.85% | - |
| HSV(B) | 195.56º | 0.12% | 0.91% | - |
| XYZ | 65.98 | 71.92 | 86.01 | - |
| YUV | 218.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 231 | 0.12 | 0.03 | 0 | 0.09 | 195.56 | 0.36 | 0.85 |
| Hex | CC | E0 | E7 | C | 3 | 0 | 9 | C4 | 24 | 55 |
| Octal | 314 | 340 | 347 | 14 | 3 | 0 | 11 | 304 | 44 | 125 |
| Binary | 11001100 | 11100000 | 11100111 | 1100 | 11 | 0 | 1001 | 11000100 | 100100 | 1010101 |
Color Harmonies of #CCE0E7
Complementary color
Monochromatic Colors of #CCE0E7
Black with #CCE0E7
Text Example
Text Example
White with #CCE0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0E7; }
p { color: rgb(204,224,231); }
H1.HeaderClassName
{
color: #CCE0E7;
}
.AnyTagClassName
{
color: #CCE0E7;
}
</style>
background-color css
<style>
a { background-color: #CCE0E7; }
a { background-color: rgb(204,224,231); }
div.DivClassName
{
background-color: #CCE0E7;
}
.BgClassName
{
background-color: #CCE0E7;
}
</style>
border-color css
<style>
span { border-color: #CCE0E7; }
span { border-color: rgb(204,224,231); }
td.TdClassName
{
border-color: #CCE0E7;
}
.TagClassName
{
border-color: #CCE0E7;
}
</style>