Shades of Onahau #CCE8EF
Tints of Onahau #CCE8EF
RGB
CMYK
RGB Variations
Color information
#CCE8EF (or 0xCCE8EF) is known color: Onahau. HEX triplet: CC, E8 and EF. RGB value is (204,232,239). Sum of RGB (Red+Green+Blue) = 204+232+239=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8EF is #331710. Grayscale: #E0E0E0. Windows color (decimal): -3348241 or 15722700. OLE color: 15722700.
HSL color Cylindrical-coordinate representation of color #CCE8EF: hue angle of 192º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE8EF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 232 | 239 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.06 |
| HSL | 192º | 0.52% | 0.87% | - |
| HSV(B) | 192º | 0.15% | 0.94% | - |
| XYZ | 69.34 | 76.78 | 92.83 | - |
| YUV | 224.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 239 | 0.15 | 0.03 | 0 | 0.06 | 192 | 0.52 | 0.87 |
| Hex | CC | E8 | EF | F | 3 | 0 | 6 | C0 | 34 | 57 |
| Octal | 314 | 350 | 357 | 17 | 3 | 0 | 6 | 300 | 64 | 127 |
| Binary | 11001100 | 11101000 | 11101111 | 1111 | 11 | 0 | 110 | 11000000 | 110100 | 1010111 |
Color Harmonies of #CCE8EF
Complementary color
Monochromatic Colors of #CCE8EF
Black with #CCE8EF
Text Example
Text Example
White with #CCE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8EF; }
p { color: rgb(204,232,239); }
H1.HeaderClassName
{
color: #CCE8EF;
}
.AnyTagClassName
{
color: #CCE8EF;
}
</style>
background-color css
<style>
a { background-color: #CCE8EF; }
a { background-color: rgb(204,232,239); }
div.DivClassName
{
background-color: #CCE8EF;
}
.BgClassName
{
background-color: #CCE8EF;
}
</style>
border-color css
<style>
span { border-color: #CCE8EF; }
span { border-color: rgb(204,232,239); }
td.TdClassName
{
border-color: #CCE8EF;
}
.TagClassName
{
border-color: #CCE8EF;
}
</style>