Shades of Onahau #CCE8ED
Tints of Onahau #CCE8ED
RGB
CMYK
RGB Variations
Color information
#CCE8ED (or 0xCCE8ED) is known color: Onahau. HEX triplet: CC, E8 and ED. RGB value is (204,232,237). Sum of RGB (Red+Green+Blue) = 204+232+237=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8ED is #331712. Grayscale: #E0E0E0. Windows color (decimal): -3348243 or 15591628. OLE color: 15591628.
HSL color Cylindrical-coordinate representation of color #CCE8ED: hue angle of 189.09º degrees, saturation: 0.48, 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 #CCE8ED is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 232 | 237 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.07 |
| HSL | 189.09º | 0.48% | 0.86% | - |
| HSV(B) | 189.09º | 0.14% | 0.93% | - |
| XYZ | 69.04 | 76.67 | 91.28 | - |
| YUV | 224.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 237 | 0.14 | 0.02 | 0 | 0.07 | 189.09 | 0.48 | 0.86 |
| Hex | CC | E8 | ED | E | 2 | 0 | 7 | BD | 30 | 56 |
| Octal | 314 | 350 | 355 | 16 | 2 | 0 | 7 | 275 | 60 | 126 |
| Binary | 11001100 | 11101000 | 11101101 | 1110 | 10 | 0 | 111 | 10111101 | 110000 | 1010110 |
Color Harmonies of #CCE8ED
Complementary color
Monochromatic Colors of #CCE8ED
Black with #CCE8ED
Text Example
Text Example
White with #CCE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8ED; }
p { color: rgb(204,232,237); }
H1.HeaderClassName
{
color: #CCE8ED;
}
.AnyTagClassName
{
color: #CCE8ED;
}
</style>
background-color css
<style>
a { background-color: #CCE8ED; }
a { background-color: rgb(204,232,237); }
div.DivClassName
{
background-color: #CCE8ED;
}
.BgClassName
{
background-color: #CCE8ED;
}
</style>
border-color css
<style>
span { border-color: #CCE8ED; }
span { border-color: rgb(204,232,237); }
td.TdClassName
{
border-color: #CCE8ED;
}
.TagClassName
{
border-color: #CCE8ED;
}
</style>