Shades of Pattens Blue #CCE3EC
Tints of Pattens Blue #CCE3EC
RGB
CMYK
RGB Variations
Color information
#CCE3EC (or 0xCCE3EC) is known color: Pattens Blue. HEX triplet: CC, E3 and EC. RGB value is (204,227,236). Sum of RGB (Red+Green+Blue) = 204+227+236=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3EC is #331C13. Grayscale: #DDDDDD. Windows color (decimal): -3349524 or 15524812. OLE color: 15524812.
HSL color Cylindrical-coordinate representation of color #CCE3EC: hue angle of 196.88º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE3EC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 227 | 236 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.07 |
| HSL | 196.88º | 0.46% | 0.86% | - |
| HSV(B) | 196.88º | 0.14% | 0.93% | - |
| XYZ | 67.51 | 73.83 | 90.05 | - |
| YUV | 221.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 236 | 0.14 | 0.04 | 0 | 0.07 | 196.88 | 0.46 | 0.86 |
| Hex | CC | E3 | EC | E | 4 | 0 | 7 | C5 | 2E | 56 |
| Octal | 314 | 343 | 354 | 16 | 4 | 0 | 7 | 305 | 56 | 126 |
| Binary | 11001100 | 11100011 | 11101100 | 1110 | 100 | 0 | 111 | 11000101 | 101110 | 1010110 |
Color Harmonies of #CCE3EC
Complementary color
Monochromatic Colors of #CCE3EC
Black with #CCE3EC
Text Example
Text Example
White with #CCE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3EC; }
p { color: rgb(204,227,236); }
H1.HeaderClassName
{
color: #CCE3EC;
}
.AnyTagClassName
{
color: #CCE3EC;
}
</style>
background-color css
<style>
a { background-color: #CCE3EC; }
a { background-color: rgb(204,227,236); }
div.DivClassName
{
background-color: #CCE3EC;
}
.BgClassName
{
background-color: #CCE3EC;
}
</style>
border-color css
<style>
span { border-color: #CCE3EC; }
span { border-color: rgb(204,227,236); }
td.TdClassName
{
border-color: #CCE3EC;
}
.TagClassName
{
border-color: #CCE3EC;
}
</style>