Shades of Reef #D9E995
Tints of Reef #D9E995
RGB
CMYK
RGB Variations
Color information
#D9E995 (or 0xD9E995) is known color: Reef. HEX triplet: D9, E9 and 95. RGB value is (217,233,149). Sum of RGB (Red+Green+Blue) = 217+233+149=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E995 is #26166A. Grayscale: #DADADA. Windows color (decimal): -2496107 or 9824729. OLE color: 9824729.
HSL color Cylindrical-coordinate representation of color #D9E995: hue angle of 71.43º 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 #D9E995 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 149 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.09 |
| HSL | 71.43º | 0.66% | 0.75% | - |
| HSV(B) | 71.43º | 0.36% | 0.91% | - |
| XYZ | 63.18 | 75.2 | 39.62 | - |
| YUV | 218.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 149 | 0.07 | 0 | 0.36 | 0.09 | 71.43 | 0.66 | 0.75 |
| Hex | D9 | E9 | 95 | 7 | 0 | 24 | 9 | 47 | 42 | 4B |
| Octal | 331 | 351 | 225 | 7 | 0 | 44 | 11 | 107 | 102 | 113 |
| Binary | 11011001 | 11101001 | 10010101 | 111 | 0 | 100100 | 1001 | 1000111 | 1000010 | 1001011 |
Color Harmonies of #D9E995
Complementary color
Monochromatic Colors of #D9E995
Black with #D9E995
Text Example
Text Example
White with #D9E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E995; }
p { color: rgb(217,233,149); }
H1.HeaderClassName
{
color: #D9E995;
}
.AnyTagClassName
{
color: #D9E995;
}
</style>
background-color css
<style>
a { background-color: #D9E995; }
a { background-color: rgb(217,233,149); }
div.DivClassName
{
background-color: #D9E995;
}
.BgClassName
{
background-color: #D9E995;
}
</style>
border-color css
<style>
span { border-color: #D9E995; }
span { border-color: rgb(217,233,149); }
td.TdClassName
{
border-color: #D9E995;
}
.TagClassName
{
border-color: #D9E995;
}
</style>