Shades of Onahau #CDE5E9
Tints of Onahau #CDE5E9
RGB
CMYK
RGB Variations
Color information
#CDE5E9 (or 0xCDE5E9) is known color: Onahau. HEX triplet: CD, E5 and E9. RGB value is (205,229,233). Sum of RGB (Red+Green+Blue) = 205+229+233=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5E9 is #321A16. Grayscale: #DEDEDE. Windows color (decimal): -3283479 or 15328717. OLE color: 15328717.
HSL color Cylindrical-coordinate representation of color #CDE5E9: hue angle of 188.57º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE5E9 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 229 | 233 | - |
CMYK | 0.12 | 0.02 | 0 | 0.09 |
HSL | 188.57º | 0.39% | 0.86% | - |
HSV(B) | 188.57º | 0.12% | 0.91% | - |
XYZ | 67.9 | 74.9 | 87.97 | - |
YUV | 222.28 | 134.05 | 115.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 229 | 233 | 0.12 | 0.02 | 0 | 0.09 | 188.57 | 0.39 | 0.86 |
Hex | CD | E5 | E9 | C | 2 | 0 | 9 | BD | 27 | 56 |
Octal | 315 | 345 | 351 | 14 | 2 | 0 | 11 | 275 | 47 | 126 |
Binary | 11001101 | 11100101 | 11101001 | 1100 | 10 | 0 | 1001 | 10111101 | 100111 | 1010110 |
Color Harmonies of #CDE5E9
Complementary color
Monochromatic Colors of #CDE5E9
Black with #CDE5E9
Text Example
Text Example
White with #CDE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5E9; }
p { color: rgb(205,229,233); }
H1.HeaderClassName
{
color: #CDE5E9;
}
.AnyTagClassName
{
color: #CDE5E9;
}
</style>
background-color css
<style>
a { background-color: #CDE5E9; }
a { background-color: rgb(205,229,233); }
div.DivClassName
{
background-color: #CDE5E9;
}
.BgClassName
{
background-color: #CDE5E9;
}
</style>
border-color css
<style>
span { border-color: #CDE5E9; }
span { border-color: rgb(205,229,233); }
td.TdClassName
{
border-color: #CDE5E9;
}
.TagClassName
{
border-color: #CDE5E9;
}
</style>