Shades of Reef #D0E995
Tints of Reef #D0E995
RGB
CMYK
RGB Variations
Color information
#D0E995 (or 0xD0E995) is known color: Reef. HEX triplet: D0, E9 and 95. RGB value is (208,233,149). Sum of RGB (Red+Green+Blue) = 208+233+149=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E995 is #2F166A. Grayscale: #D8D8D8. Windows color (decimal): -3085931 or 9824720. OLE color: 9824720.
HSL color Cylindrical-coordinate representation of color #D0E995: hue angle of 77.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0E995 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 149 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.09 |
| HSL | 77.86º | 0.66% | 0.75% | - |
| HSV(B) | 77.86º | 0.36% | 0.91% | - |
| XYZ | 60.58 | 73.86 | 39.5 | - |
| YUV | 215.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 149 | 0.11 | 0 | 0.36 | 0.09 | 77.86 | 0.66 | 0.75 |
| Hex | D0 | E9 | 95 | B | 0 | 24 | 9 | 4E | 42 | 4B |
| Octal | 320 | 351 | 225 | 13 | 0 | 44 | 11 | 116 | 102 | 113 |
| Binary | 11010000 | 11101001 | 10010101 | 1011 | 0 | 100100 | 1001 | 1001110 | 1000010 | 1001011 |
Color Harmonies of #D0E995
Complementary color
Monochromatic Colors of #D0E995
Black with #D0E995
Text Example
Text Example
White with #D0E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E995; }
p { color: rgb(208,233,149); }
H1.HeaderClassName
{
color: #D0E995;
}
.AnyTagClassName
{
color: #D0E995;
}
</style>
background-color css
<style>
a { background-color: #D0E995; }
a { background-color: rgb(208,233,149); }
div.DivClassName
{
background-color: #D0E995;
}
.BgClassName
{
background-color: #D0E995;
}
</style>
border-color css
<style>
span { border-color: #D0E995; }
span { border-color: rgb(208,233,149); }
td.TdClassName
{
border-color: #D0E995;
}
.TagClassName
{
border-color: #D0E995;
}
</style>