Shades of Pattens Blue #CCE2E9
Tints of Pattens Blue #CCE2E9
RGB
CMYK
RGB Variations
Color information
#CCE2E9 (or 0xCCE2E9) is known color: Pattens Blue. HEX triplet: CC, E2 and E9. RGB value is (204,226,233). Sum of RGB (Red+Green+Blue) = 204+226+233=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCE2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2E9 is #331D16. Grayscale: #DCDCDC. Windows color (decimal): -3349783 or 15327948. OLE color: 15327948.
HSL color Cylindrical-coordinate representation of color #CCE2E9: hue angle of 194.48º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE2E9 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 226 | 233 | - |
CMYK | 0.12 | 0.03 | 0 | 0.09 |
HSL | 194.48º | 0.4% | 0.86% | - |
HSV(B) | 194.48º | 0.12% | 0.91% | - |
XYZ | 66.81 | 73.11 | 87.68 | - |
YUV | 220.22 | 135.21 | 116.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 226 | 233 | 0.12 | 0.03 | 0 | 0.09 | 194.48 | 0.4 | 0.86 |
Hex | CC | E2 | E9 | C | 3 | 0 | 9 | C2 | 28 | 56 |
Octal | 314 | 342 | 351 | 14 | 3 | 0 | 11 | 302 | 50 | 126 |
Binary | 11001100 | 11100010 | 11101001 | 1100 | 11 | 0 | 1001 | 11000010 | 101000 | 1010110 |
Color Harmonies of #CCE2E9
Complementary color
Monochromatic Colors of #CCE2E9
Black with #CCE2E9
Text Example
Text Example
White with #CCE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2E9; }
p { color: rgb(204,226,233); }
H1.HeaderClassName
{
color: #CCE2E9;
}
.AnyTagClassName
{
color: #CCE2E9;
}
</style>
background-color css
<style>
a { background-color: #CCE2E9; }
a { background-color: rgb(204,226,233); }
div.DivClassName
{
background-color: #CCE2E9;
}
.BgClassName
{
background-color: #CCE2E9;
}
</style>
border-color css
<style>
span { border-color: #CCE2E9; }
span { border-color: rgb(204,226,233); }
td.TdClassName
{
border-color: #CCE2E9;
}
.TagClassName
{
border-color: #CCE2E9;
}
</style>