Shades of Onahau #CCE8EE
Tints of Onahau #CCE8EE
RGB
CMYK
RGB Variations
Color information
#CCE8EE (or 0xCCE8EE) is known color: Onahau. HEX triplet: CC, E8 and EE. RGB value is (204,232,238). Sum of RGB (Red+Green+Blue) = 204+232+238=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8EE is #331711. Grayscale: #E0E0E0. Windows color (decimal): -3348242 or 15657164. OLE color: 15657164.
HSL color Cylindrical-coordinate representation of color #CCE8EE: hue angle of 190.59º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE8EE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 232 | 238 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.07 |
| HSL | 190.59º | 0.5% | 0.87% | - |
| HSV(B) | 190.59º | 0.14% | 0.93% | - |
| XYZ | 69.19 | 76.72 | 92.05 | - |
| YUV | 224.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 238 | 0.14 | 0.03 | 0 | 0.07 | 190.59 | 0.5 | 0.87 |
| Hex | CC | E8 | EE | E | 3 | 0 | 7 | BF | 32 | 57 |
| Octal | 314 | 350 | 356 | 16 | 3 | 0 | 7 | 277 | 62 | 127 |
| Binary | 11001100 | 11101000 | 11101110 | 1110 | 11 | 0 | 111 | 10111111 | 110010 | 1010111 |
Color Harmonies of #CCE8EE
Complementary color
Monochromatic Colors of #CCE8EE
Black with #CCE8EE
Text Example
Text Example
White with #CCE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8EE; }
p { color: rgb(204,232,238); }
H1.HeaderClassName
{
color: #CCE8EE;
}
.AnyTagClassName
{
color: #CCE8EE;
}
</style>
background-color css
<style>
a { background-color: #CCE8EE; }
a { background-color: rgb(204,232,238); }
div.DivClassName
{
background-color: #CCE8EE;
}
.BgClassName
{
background-color: #CCE8EE;
}
</style>
border-color css
<style>
span { border-color: #CCE8EE; }
span { border-color: rgb(204,232,238); }
td.TdClassName
{
border-color: #CCE8EE;
}
.TagClassName
{
border-color: #CCE8EE;
}
</style>