Shades of Reef #D1E995
Tints of Reef #D1E995
RGB
CMYK
RGB Variations
Color information
#D1E995 (or 0xD1E995) is known color: Reef. HEX triplet: D1, E9 and 95. RGB value is (209,233,149). Sum of RGB (Red+Green+Blue) = 209+233+149=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E995 is #2E166A. Grayscale: #D8D8D8. Windows color (decimal): -3020395 or 9824721. OLE color: 9824721.
HSL color Cylindrical-coordinate representation of color #D1E995: hue angle of 77.14º 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 #D1E995 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 149 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.09 |
| HSL | 77.14º | 0.66% | 0.75% | - |
| HSV(B) | 77.14º | 0.36% | 0.91% | - |
| XYZ | 60.86 | 74 | 39.51 | - |
| YUV | 216.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 149 | 0.10 | 0 | 0.36 | 0.09 | 77.14 | 0.66 | 0.75 |
| Hex | D1 | E9 | 95 | A | 0 | 24 | 9 | 4D | 42 | 4B |
| Octal | 321 | 351 | 225 | 12 | 0 | 44 | 11 | 115 | 102 | 113 |
| Binary | 11010001 | 11101001 | 10010101 | 1010 | 0 | 100100 | 1001 | 1001101 | 1000010 | 1001011 |
Color Harmonies of #D1E995
Complementary color
Monochromatic Colors of #D1E995
Black with #D1E995
Text Example
Text Example
White with #D1E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E995; }
p { color: rgb(209,233,149); }
H1.HeaderClassName
{
color: #D1E995;
}
.AnyTagClassName
{
color: #D1E995;
}
</style>
background-color css
<style>
a { background-color: #D1E995; }
a { background-color: rgb(209,233,149); }
div.DivClassName
{
background-color: #D1E995;
}
.BgClassName
{
background-color: #D1E995;
}
</style>
border-color css
<style>
span { border-color: #D1E995; }
span { border-color: rgb(209,233,149); }
td.TdClassName
{
border-color: #D1E995;
}
.TagClassName
{
border-color: #D1E995;
}
</style>