Shades of Reef #D2E192
Tints of Reef #D2E192
RGB
CMYK
RGB Variations
Color information
#D2E192 (or 0xD2E192) is known color: Reef. HEX triplet: D2, E1 and 92. RGB value is (210,225,146). Sum of RGB (Red+Green+Blue) = 210+225+146=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E192 is #2D1E6D. Grayscale: #D3D3D3. Windows color (decimal): -2956910 or 9626066. OLE color: 9626066.
HSL color Cylindrical-coordinate representation of color #D2E192: hue angle of 71.39º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2E192 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 146 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.12 |
| HSL | 71.39º | 0.57% | 0.73% | - |
| HSV(B) | 71.39º | 0.35% | 0.88% | - |
| XYZ | 58.69 | 69.63 | 37.54 | - |
| YUV | 211.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 146 | 0.07 | 0 | 0.35 | 0.12 | 71.39 | 0.57 | 0.73 |
| Hex | D2 | E1 | 92 | 7 | 0 | 23 | C | 47 | 39 | 49 |
| Octal | 322 | 341 | 222 | 7 | 0 | 43 | 14 | 107 | 71 | 111 |
| Binary | 11010010 | 11100001 | 10010010 | 111 | 0 | 100011 | 1100 | 1000111 | 111001 | 1001001 |
Color Harmonies of #D2E192
Complementary color
Monochromatic Colors of #D2E192
Black with #D2E192
Text Example
Text Example
White with #D2E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E192; }
p { color: rgb(210,225,146); }
H1.HeaderClassName
{
color: #D2E192;
}
.AnyTagClassName
{
color: #D2E192;
}
</style>
background-color css
<style>
a { background-color: #D2E192; }
a { background-color: rgb(210,225,146); }
div.DivClassName
{
background-color: #D2E192;
}
.BgClassName
{
background-color: #D2E192;
}
</style>
border-color css
<style>
span { border-color: #D2E192; }
span { border-color: rgb(210,225,146); }
td.TdClassName
{
border-color: #D2E192;
}
.TagClassName
{
border-color: #D2E192;
}
</style>