Shades of Reef #D0E99D
Tints of Reef #D0E99D
RGB
CMYK
RGB Variations
Color information
#D0E99D (or 0xD0E99D) is known color: Reef. HEX triplet: D0, E9 and 9D. RGB value is (208,233,157). Sum of RGB (Red+Green+Blue) = 208+233+157=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E99D is #2F1662. Grayscale: #D9D9D9. Windows color (decimal): -3085923 or 10349008. OLE color: 10349008.
HSL color Cylindrical-coordinate representation of color #D0E99D: hue angle of 79.74º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0E99D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 157 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.09 |
| HSL | 79.74º | 0.63% | 0.76% | - |
| HSV(B) | 79.74º | 0.33% | 0.91% | - |
| XYZ | 61.24 | 74.12 | 42.98 | - |
| YUV | 216.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 157 | 0.11 | 0 | 0.33 | 0.09 | 79.74 | 0.63 | 0.76 |
| Hex | D0 | E9 | 9D | B | 0 | 21 | 9 | 50 | 3F | 4C |
| Octal | 320 | 351 | 235 | 13 | 0 | 41 | 11 | 120 | 77 | 114 |
| Binary | 11010000 | 11101001 | 10011101 | 1011 | 0 | 100001 | 1001 | 1010000 | 111111 | 1001100 |
Color Harmonies of #D0E99D
Complementary color
Monochromatic Colors of #D0E99D
Black with #D0E99D
Text Example
Text Example
White with #D0E99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E99D; }
p { color: rgb(208,233,157); }
H1.HeaderClassName
{
color: #D0E99D;
}
.AnyTagClassName
{
color: #D0E99D;
}
</style>
background-color css
<style>
a { background-color: #D0E99D; }
a { background-color: rgb(208,233,157); }
div.DivClassName
{
background-color: #D0E99D;
}
.BgClassName
{
background-color: #D0E99D;
}
</style>
border-color css
<style>
span { border-color: #D0E99D; }
span { border-color: rgb(208,233,157); }
td.TdClassName
{
border-color: #D0E99D;
}
.TagClassName
{
border-color: #D0E99D;
}
</style>