Shades of Onahau #D0E1E5
Tints of Onahau #D0E1E5
RGB
CMYK
RGB Variations
Color information
#D0E1E5 (or 0xD0E1E5) is known color: Onahau. HEX triplet: D0, E1 and E5. RGB value is (208,225,229). Sum of RGB (Red+Green+Blue) = 208+225+229=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0E1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1E5 is #2F1E1A. Grayscale: #DCDCDC. Windows color (decimal): -3087899 or 15065552. OLE color: 15065552.
HSL color Cylindrical-coordinate representation of color #D0E1E5: hue angle of 191.43º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0E1E5 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 225 | 229 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.10 |
| HSL | 191.43º | 0.29% | 0.86% | - |
| HSV(B) | 191.43º | 0.09% | 0.9% | - |
| XYZ | 67.08 | 72.92 | 84.67 | - |
| YUV | 220.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 229 | 0.09 | 0.02 | 0 | 0.10 | 191.43 | 0.29 | 0.86 |
| Hex | D0 | E1 | E5 | 9 | 2 | 0 | A | BF | 1D | 56 |
| Octal | 320 | 341 | 345 | 11 | 2 | 0 | 12 | 277 | 35 | 126 |
| Binary | 11010000 | 11100001 | 11100101 | 1001 | 10 | 0 | 1010 | 10111111 | 11101 | 1010110 |
Color Harmonies of #D0E1E5
Complementary color
Monochromatic Colors of #D0E1E5
Black with #D0E1E5
Text Example
Text Example
White with #D0E1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1E5; }
p { color: rgb(208,225,229); }
H1.HeaderClassName
{
color: #D0E1E5;
}
.AnyTagClassName
{
color: #D0E1E5;
}
</style>
background-color css
<style>
a { background-color: #D0E1E5; }
a { background-color: rgb(208,225,229); }
div.DivClassName
{
background-color: #D0E1E5;
}
.BgClassName
{
background-color: #D0E1E5;
}
</style>
border-color css
<style>
span { border-color: #D0E1E5; }
span { border-color: rgb(208,225,229); }
td.TdClassName
{
border-color: #D0E1E5;
}
.TagClassName
{
border-color: #D0E1E5;
}
</style>