Shades of Reef #D0E19D
Tints of Reef #D0E19D
RGB
CMYK
RGB Variations
Color information
#D0E19D (or 0xD0E19D) is known color: Reef. HEX triplet: D0, E1 and 9D. RGB value is (208,225,157). Sum of RGB (Red+Green+Blue) = 208+225+157=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E19D is #2F1E62. Grayscale: #D4D4D4. Windows color (decimal): -3087971 or 10346960. OLE color: 10346960.
HSL color Cylindrical-coordinate representation of color #D0E19D: hue angle of 75º 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 #D0E19D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 157 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.12 |
| HSL | 75º | 0.53% | 0.75% | - |
| HSV(B) | 75º | 0.3% | 0.88% | - |
| XYZ | 59.02 | 69.69 | 42.24 | - |
| YUV | 212.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 157 | 0.08 | 0 | 0.30 | 0.12 | 75 | 0.53 | 0.75 |
| Hex | D0 | E1 | 9D | 8 | 0 | 1E | C | 4B | 35 | 4B |
| Octal | 320 | 341 | 235 | 10 | 0 | 36 | 14 | 113 | 65 | 113 |
| Binary | 11010000 | 11100001 | 10011101 | 1000 | 0 | 11110 | 1100 | 1001011 | 110101 | 1001011 |
Color Harmonies of #D0E19D
Complementary color
Monochromatic Colors of #D0E19D
Black with #D0E19D
Text Example
Text Example
White with #D0E19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E19D; }
p { color: rgb(208,225,157); }
H1.HeaderClassName
{
color: #D0E19D;
}
.AnyTagClassName
{
color: #D0E19D;
}
</style>
background-color css
<style>
a { background-color: #D0E19D; }
a { background-color: rgb(208,225,157); }
div.DivClassName
{
background-color: #D0E19D;
}
.BgClassName
{
background-color: #D0E19D;
}
</style>
border-color css
<style>
span { border-color: #D0E19D; }
span { border-color: rgb(208,225,157); }
td.TdClassName
{
border-color: #D0E19D;
}
.TagClassName
{
border-color: #D0E19D;
}
</style>