Shades of Reef #D2E095
Tints of Reef #D2E095
RGB
CMYK
RGB Variations
Color information
#D2E095 (or 0xD2E095) is known color: Reef. HEX triplet: D2, E0 and 95. RGB value is (210,224,149). Sum of RGB (Red+Green+Blue) = 210+224+149=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E095 is #2D1F6A. Grayscale: #D3D3D3. Windows color (decimal): -2957163 or 9822418. OLE color: 9822418.
HSL color Cylindrical-coordinate representation of color #D2E095: hue angle of 71.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2E095 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 149 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.12 |
| HSL | 71.2º | 0.55% | 0.73% | - |
| HSV(B) | 71.2º | 0.33% | 0.88% | - |
| XYZ | 58.66 | 69.18 | 38.7 | - |
| YUV | 211.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 149 | 0.06 | 0 | 0.33 | 0.12 | 71.2 | 0.55 | 0.73 |
| Hex | D2 | E0 | 95 | 6 | 0 | 21 | C | 47 | 37 | 49 |
| Octal | 322 | 340 | 225 | 6 | 0 | 41 | 14 | 107 | 67 | 111 |
| Binary | 11010010 | 11100000 | 10010101 | 110 | 0 | 100001 | 1100 | 1000111 | 110111 | 1001001 |
Color Harmonies of #D2E095
Complementary color
Monochromatic Colors of #D2E095
Black with #D2E095
Text Example
Text Example
White with #D2E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E095; }
p { color: rgb(210,224,149); }
H1.HeaderClassName
{
color: #D2E095;
}
.AnyTagClassName
{
color: #D2E095;
}
</style>
background-color css
<style>
a { background-color: #D2E095; }
a { background-color: rgb(210,224,149); }
div.DivClassName
{
background-color: #D2E095;
}
.BgClassName
{
background-color: #D2E095;
}
</style>
border-color css
<style>
span { border-color: #D2E095; }
span { border-color: rgb(210,224,149); }
td.TdClassName
{
border-color: #D2E095;
}
.TagClassName
{
border-color: #D2E095;
}
</style>