Shades of Reef #D2E395
Tints of Reef #D2E395
RGB
CMYK
RGB Variations
Color information
#D2E395 (or 0xD2E395) is known color: Reef. HEX triplet: D2, E3 and 95. RGB value is (210,227,149). Sum of RGB (Red+Green+Blue) = 210+227+149=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E395 is #2D1C6A. Grayscale: #D5D5D5. Windows color (decimal): -2956395 or 9823186. OLE color: 9823186.
HSL color Cylindrical-coordinate representation of color #D2E395: hue angle of 73.08º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2E395 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 149 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.11 |
| HSL | 73.08º | 0.58% | 0.74% | - |
| HSV(B) | 73.08º | 0.34% | 0.89% | - |
| XYZ | 59.47 | 70.81 | 38.97 | - |
| YUV | 213.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 149 | 0.07 | 0 | 0.34 | 0.11 | 73.08 | 0.58 | 0.74 |
| Hex | D2 | E3 | 95 | 7 | 0 | 22 | B | 49 | 3A | 4A |
| Octal | 322 | 343 | 225 | 7 | 0 | 42 | 13 | 111 | 72 | 112 |
| Binary | 11010010 | 11100011 | 10010101 | 111 | 0 | 100010 | 1011 | 1001001 | 111010 | 1001010 |
Color Harmonies of #D2E395
Complementary color
Monochromatic Colors of #D2E395
Black with #D2E395
Text Example
Text Example
White with #D2E395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E395; }
p { color: rgb(210,227,149); }
H1.HeaderClassName
{
color: #D2E395;
}
.AnyTagClassName
{
color: #D2E395;
}
</style>
background-color css
<style>
a { background-color: #D2E395; }
a { background-color: rgb(210,227,149); }
div.DivClassName
{
background-color: #D2E395;
}
.BgClassName
{
background-color: #D2E395;
}
</style>
border-color css
<style>
span { border-color: #D2E395; }
span { border-color: rgb(210,227,149); }
td.TdClassName
{
border-color: #D2E395;
}
.TagClassName
{
border-color: #D2E395;
}
</style>