Shades of Reef #D0E29E
Tints of Reef #D0E29E
RGB
CMYK
RGB Variations
Color information
#D0E29E (or 0xD0E29E) is known color: Reef. HEX triplet: D0, E2 and 9E. RGB value is (208,226,158). Sum of RGB (Red+Green+Blue) = 208+226+158=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E29E is #2F1D61. Grayscale: #D5D5D5. Windows color (decimal): -3087714 or 10412752. OLE color: 10412752.
HSL color Cylindrical-coordinate representation of color #D0E29E: hue angle of 75.88º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0E29E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 158 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.11 |
| HSL | 75.88º | 0.54% | 0.75% | - |
| HSV(B) | 75.88º | 0.3% | 0.89% | - |
| XYZ | 59.38 | 70.27 | 42.78 | - |
| YUV | 212.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 158 | 0.08 | 0 | 0.30 | 0.11 | 75.88 | 0.54 | 0.75 |
| Hex | D0 | E2 | 9E | 8 | 0 | 1E | B | 4C | 36 | 4B |
| Octal | 320 | 342 | 236 | 10 | 0 | 36 | 13 | 114 | 66 | 113 |
| Binary | 11010000 | 11100010 | 10011110 | 1000 | 0 | 11110 | 1011 | 1001100 | 110110 | 1001011 |
Color Harmonies of #D0E29E
Complementary color
Monochromatic Colors of #D0E29E
Black with #D0E29E
Text Example
Text Example
White with #D0E29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E29E; }
p { color: rgb(208,226,158); }
H1.HeaderClassName
{
color: #D0E29E;
}
.AnyTagClassName
{
color: #D0E29E;
}
</style>
background-color css
<style>
a { background-color: #D0E29E; }
a { background-color: rgb(208,226,158); }
div.DivClassName
{
background-color: #D0E29E;
}
.BgClassName
{
background-color: #D0E29E;
}
</style>
border-color css
<style>
span { border-color: #D0E29E; }
span { border-color: rgb(208,226,158); }
td.TdClassName
{
border-color: #D0E29E;
}
.TagClassName
{
border-color: #D0E29E;
}
</style>