Shades of Reef #D0E19E
Tints of Reef #D0E19E
RGB
CMYK
RGB Variations
Color information
#D0E19E (or 0xD0E19E) is known color: Reef. HEX triplet: D0, E1 and 9E. RGB value is (208,225,158). Sum of RGB (Red+Green+Blue) = 208+225+158=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E19E is #2F1E61. Grayscale: #D4D4D4. Windows color (decimal): -3087970 or 10412496. OLE color: 10412496.
HSL color Cylindrical-coordinate representation of color #D0E19E: hue angle of 75.22º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0E19E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 158 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.12 |
| HSL | 75.22º | 0.53% | 0.75% | - |
| HSV(B) | 75.22º | 0.3% | 0.88% | - |
| XYZ | 59.11 | 69.73 | 42.69 | - |
| YUV | 212.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 158 | 0.08 | 0 | 0.30 | 0.12 | 75.22 | 0.53 | 0.75 |
| Hex | D0 | E1 | 9E | 8 | 0 | 1E | C | 4B | 35 | 4B |
| Octal | 320 | 341 | 236 | 10 | 0 | 36 | 14 | 113 | 65 | 113 |
| Binary | 11010000 | 11100001 | 10011110 | 1000 | 0 | 11110 | 1100 | 1001011 | 110101 | 1001011 |
Color Harmonies of #D0E19E
Complementary color
Monochromatic Colors of #D0E19E
Black with #D0E19E
Text Example
Text Example
White with #D0E19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E19E; }
p { color: rgb(208,225,158); }
H1.HeaderClassName
{
color: #D0E19E;
}
.AnyTagClassName
{
color: #D0E19E;
}
</style>
background-color css
<style>
a { background-color: #D0E19E; }
a { background-color: rgb(208,225,158); }
div.DivClassName
{
background-color: #D0E19E;
}
.BgClassName
{
background-color: #D0E19E;
}
</style>
border-color css
<style>
span { border-color: #D0E19E; }
span { border-color: rgb(208,225,158); }
td.TdClassName
{
border-color: #D0E19E;
}
.TagClassName
{
border-color: #D0E19E;
}
</style>