Shades of Reef #D0E19A
Tints of Reef #D0E19A
RGB
CMYK
RGB Variations
Color information
#D0E19A (or 0xD0E19A) is known color: Reef. HEX triplet: D0, E1 and 9A. RGB value is (208,225,154). Sum of RGB (Red+Green+Blue) = 208+225+154=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E19A is #2F1E65. Grayscale: #D4D4D4. Windows color (decimal): -3087974 or 10150352. OLE color: 10150352.
HSL color Cylindrical-coordinate representation of color #D0E19A: hue angle of 74.37º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0E19A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 154 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.12 |
| HSL | 74.37º | 0.54% | 0.74% | - |
| HSV(B) | 74.37º | 0.32% | 0.88% | - |
| XYZ | 58.77 | 69.59 | 40.91 | - |
| YUV | 211.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 154 | 0.08 | 0 | 0.32 | 0.12 | 74.37 | 0.54 | 0.74 |
| Hex | D0 | E1 | 9A | 8 | 0 | 20 | C | 4A | 36 | 4A |
| Octal | 320 | 341 | 232 | 10 | 0 | 40 | 14 | 112 | 66 | 112 |
| Binary | 11010000 | 11100001 | 10011010 | 1000 | 0 | 100000 | 1100 | 1001010 | 110110 | 1001010 |
Color Harmonies of #D0E19A
Complementary color
Monochromatic Colors of #D0E19A
Black with #D0E19A
Text Example
Text Example
White with #D0E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E19A; }
p { color: rgb(208,225,154); }
H1.HeaderClassName
{
color: #D0E19A;
}
.AnyTagClassName
{
color: #D0E19A;
}
</style>
background-color css
<style>
a { background-color: #D0E19A; }
a { background-color: rgb(208,225,154); }
div.DivClassName
{
background-color: #D0E19A;
}
.BgClassName
{
background-color: #D0E19A;
}
</style>
border-color css
<style>
span { border-color: #D0E19A; }
span { border-color: rgb(208,225,154); }
td.TdClassName
{
border-color: #D0E19A;
}
.TagClassName
{
border-color: #D0E19A;
}
</style>