Shades of Onahau #CDE9EE
Tints of Onahau #CDE9EE
RGB
CMYK
RGB Variations
Color information
#CDE9EE (or 0xCDE9EE) is known color: Onahau. HEX triplet: CD, E9 and EE. RGB value is (205,233,238). Sum of RGB (Red+Green+Blue) = 205+233+238=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9EE is #321611. Grayscale: #E1E1E1. Windows color (decimal): -3282450 or 15657421. OLE color: 15657421.
HSL color Cylindrical-coordinate representation of color #CDE9EE: hue angle of 189.09º degrees, saturation: 0.49, 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 #CDE9EE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 233 | 238 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.07 |
| HSL | 189.09º | 0.49% | 0.87% | - |
| HSV(B) | 189.09º | 0.14% | 0.93% | - |
| XYZ | 69.75 | 77.43 | 92.16 | - |
| YUV | 225.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 238 | 0.14 | 0.02 | 0 | 0.07 | 189.09 | 0.49 | 0.87 |
| Hex | CD | E9 | EE | E | 2 | 0 | 7 | BD | 31 | 57 |
| Octal | 315 | 351 | 356 | 16 | 2 | 0 | 7 | 275 | 61 | 127 |
| Binary | 11001101 | 11101001 | 11101110 | 1110 | 10 | 0 | 111 | 10111101 | 110001 | 1010111 |
Color Harmonies of #CDE9EE
Complementary color
Monochromatic Colors of #CDE9EE
Black with #CDE9EE
Text Example
Text Example
White with #CDE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9EE; }
p { color: rgb(205,233,238); }
H1.HeaderClassName
{
color: #CDE9EE;
}
.AnyTagClassName
{
color: #CDE9EE;
}
</style>
background-color css
<style>
a { background-color: #CDE9EE; }
a { background-color: rgb(205,233,238); }
div.DivClassName
{
background-color: #CDE9EE;
}
.BgClassName
{
background-color: #CDE9EE;
}
</style>
border-color css
<style>
span { border-color: #CDE9EE; }
span { border-color: rgb(205,233,238); }
td.TdClassName
{
border-color: #CDE9EE;
}
.TagClassName
{
border-color: #CDE9EE;
}
</style>