Shades of Onahau #CDE2E7
Tints of Onahau #CDE2E7
RGB
CMYK
RGB Variations
Color information
#CDE2E7 (or 0xCDE2E7) is known color: Onahau. HEX triplet: CD, E2 and E7. RGB value is (205,226,231). Sum of RGB (Red+Green+Blue) = 205+226+231=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDE2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2E7 is #321D18. Grayscale: #DCDCDC. Windows color (decimal): -3284249 or 15196877. OLE color: 15196877.
HSL color Cylindrical-coordinate representation of color #CDE2E7: hue angle of 191.54º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE2E7 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 226 | 231 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.09 |
| HSL | 191.54º | 0.35% | 0.85% | - |
| HSV(B) | 191.54º | 0.11% | 0.91% | - |
| XYZ | 66.8 | 73.14 | 86.2 | - |
| YUV | 220.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 231 | 0.11 | 0.02 | 0 | 0.09 | 191.54 | 0.35 | 0.85 |
| Hex | CD | E2 | E7 | B | 2 | 0 | 9 | C0 | 23 | 55 |
| Octal | 315 | 342 | 347 | 13 | 2 | 0 | 11 | 300 | 43 | 125 |
| Binary | 11001101 | 11100010 | 11100111 | 1011 | 10 | 0 | 1001 | 11000000 | 100011 | 1010101 |
Color Harmonies of #CDE2E7
Complementary color
Monochromatic Colors of #CDE2E7
Black with #CDE2E7
Text Example
Text Example
White with #CDE2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2E7; }
p { color: rgb(205,226,231); }
H1.HeaderClassName
{
color: #CDE2E7;
}
.AnyTagClassName
{
color: #CDE2E7;
}
</style>
background-color css
<style>
a { background-color: #CDE2E7; }
a { background-color: rgb(205,226,231); }
div.DivClassName
{
background-color: #CDE2E7;
}
.BgClassName
{
background-color: #CDE2E7;
}
</style>
border-color css
<style>
span { border-color: #CDE2E7; }
span { border-color: rgb(205,226,231); }
td.TdClassName
{
border-color: #CDE2E7;
}
.TagClassName
{
border-color: #CDE2E7;
}
</style>