Shades of Onahau #CDE8EC
Tints of Onahau #CDE8EC
RGB
CMYK
RGB Variations
Color information
#CDE8EC (or 0xCDE8EC) is known color: Onahau. HEX triplet: CD, E8 and EC. RGB value is (205,232,236). Sum of RGB (Red+Green+Blue) = 205+232+236=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE8EC is #321713. Grayscale: #E0E0E0. Windows color (decimal): -3282708 or 15526093. OLE color: 15526093.
HSL color Cylindrical-coordinate representation of color #CDE8EC: hue angle of 187.74º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE8EC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 232 | 236 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.07 |
| HSL | 187.74º | 0.45% | 0.86% | - |
| HSV(B) | 187.74º | 0.13% | 0.93% | - |
| XYZ | 69.17 | 76.75 | 90.52 | - |
| YUV | 224.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 236 | 0.13 | 0.02 | 0 | 0.07 | 187.74 | 0.45 | 0.86 |
| Hex | CD | E8 | EC | D | 2 | 0 | 7 | BC | 2D | 56 |
| Octal | 315 | 350 | 354 | 15 | 2 | 0 | 7 | 274 | 55 | 126 |
| Binary | 11001101 | 11101000 | 11101100 | 1101 | 10 | 0 | 111 | 10111100 | 101101 | 1010110 |
Color Harmonies of #CDE8EC
Complementary color
Monochromatic Colors of #CDE8EC
Black with #CDE8EC
Text Example
Text Example
White with #CDE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8EC; }
p { color: rgb(205,232,236); }
H1.HeaderClassName
{
color: #CDE8EC;
}
.AnyTagClassName
{
color: #CDE8EC;
}
</style>
background-color css
<style>
a { background-color: #CDE8EC; }
a { background-color: rgb(205,232,236); }
div.DivClassName
{
background-color: #CDE8EC;
}
.BgClassName
{
background-color: #CDE8EC;
}
</style>
border-color css
<style>
span { border-color: #CDE8EC; }
span { border-color: rgb(205,232,236); }
td.TdClassName
{
border-color: #CDE8EC;
}
.TagClassName
{
border-color: #CDE8EC;
}
</style>