Shades of Onahau #CDE6EC
Tints of Onahau #CDE6EC
RGB
CMYK
RGB Variations
Color information
#CDE6EC (or 0xCDE6EC) is known color: Onahau. HEX triplet: CD, E6 and EC. RGB value is (205,230,236). Sum of RGB (Red+Green+Blue) = 205+230+236=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6EC is #321913. Grayscale: #DFDFDF. Windows color (decimal): -3283220 or 15525581. OLE color: 15525581.
HSL color Cylindrical-coordinate representation of color #CDE6EC: hue angle of 191.61º 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 #CDE6EC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 230 | 236 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.07 |
| HSL | 191.61º | 0.45% | 0.86% | - |
| HSV(B) | 191.61º | 0.13% | 0.93% | - |
| XYZ | 68.61 | 75.63 | 90.34 | - |
| YUV | 223.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 236 | 0.13 | 0.03 | 0 | 0.07 | 191.61 | 0.45 | 0.86 |
| Hex | CD | E6 | EC | D | 3 | 0 | 7 | C0 | 2D | 56 |
| Octal | 315 | 346 | 354 | 15 | 3 | 0 | 7 | 300 | 55 | 126 |
| Binary | 11001101 | 11100110 | 11101100 | 1101 | 11 | 0 | 111 | 11000000 | 101101 | 1010110 |
Color Harmonies of #CDE6EC
Complementary color
Monochromatic Colors of #CDE6EC
Black with #CDE6EC
Text Example
Text Example
White with #CDE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6EC; }
p { color: rgb(205,230,236); }
H1.HeaderClassName
{
color: #CDE6EC;
}
.AnyTagClassName
{
color: #CDE6EC;
}
</style>
background-color css
<style>
a { background-color: #CDE6EC; }
a { background-color: rgb(205,230,236); }
div.DivClassName
{
background-color: #CDE6EC;
}
.BgClassName
{
background-color: #CDE6EC;
}
</style>
border-color css
<style>
span { border-color: #CDE6EC; }
span { border-color: rgb(205,230,236); }
td.TdClassName
{
border-color: #CDE6EC;
}
.TagClassName
{
border-color: #CDE6EC;
}
</style>