Shades of Pattens Blue #CCE9FE
Tints of Pattens Blue #CCE9FE
RGB
CMYK
RGB Variations
Color information
#CCE9FE (or 0xCCE9FE) is known color: Pattens Blue. HEX triplet: CC, E9 and FE. RGB value is (204,233,254). Sum of RGB (Red+Green+Blue) = 204+233+254=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE9FE is #331601. Grayscale: #E2E2E2. Windows color (decimal): -3347970 or 16705996. OLE color: 16705996.
HSL color Cylindrical-coordinate representation of color #CCE9FE: hue angle of 205.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE9FE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 233 | 254 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.00 |
| HSL | 205.2º | 0.96% | 0.9% | - |
| HSV(B) | 205.2º | 0.2% | 1% | - |
| XYZ | 71.93 | 78.27 | 105.08 | - |
| YUV | 226.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 254 | 0.20 | 0.08 | 0 | 0.00 | 205.2 | 0.96 | 0.9 |
| Hex | CC | E9 | FE | 14 | 8 | 0 | 0 | CD | 60 | 5A |
| Octal | 314 | 351 | 376 | 24 | 10 | 0 | 0 | 315 | 140 | 132 |
| Binary | 11001100 | 11101001 | 11111110 | 10100 | 1000 | 0 | 0 | 11001101 | 1100000 | 1011010 |
Color Harmonies of #CCE9FE
Complementary color
Monochromatic Colors of #CCE9FE
Black with #CCE9FE
Text Example
Text Example
White with #CCE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9FE; }
p { color: rgb(204,233,254); }
H1.HeaderClassName
{
color: #CCE9FE;
}
.AnyTagClassName
{
color: #CCE9FE;
}
</style>
background-color css
<style>
a { background-color: #CCE9FE; }
a { background-color: rgb(204,233,254); }
div.DivClassName
{
background-color: #CCE9FE;
}
.BgClassName
{
background-color: #CCE9FE;
}
</style>
border-color css
<style>
span { border-color: #CCE9FE; }
span { border-color: rgb(204,233,254); }
td.TdClassName
{
border-color: #CCE9FE;
}
.TagClassName
{
border-color: #CCE9FE;
}
</style>