Shades of Gin #D8E7C2
Tints of Gin #D8E7C2
RGB
CMYK
RGB Variations
Color information
#D8E7C2 (or 0xD8E7C2) is known color: Gin. HEX triplet: D8, E7 and C2. RGB value is (216,231,194). Sum of RGB (Red+Green+Blue) = 216+231+194=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E7C2 is #27183D. Grayscale: #DEDEDE. Windows color (decimal): -2562110 or 12773336. OLE color: 12773336.
HSL color Cylindrical-coordinate representation of color #D8E7C2: hue angle of 84.32º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8E7C2 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 231 | 194 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.09 |
| HSL | 84.32º | 0.44% | 0.83% | - |
| HSV(B) | 84.32º | 0.16% | 0.91% | - |
| XYZ | 66.63 | 75.65 | 62.13 | - |
| YUV | 222.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 231 | 194 | 0.06 | 0 | 0.16 | 0.09 | 84.32 | 0.44 | 0.83 |
| Hex | D8 | E7 | C2 | 6 | 0 | 10 | 9 | 54 | 2C | 53 |
| Octal | 330 | 347 | 302 | 6 | 0 | 20 | 11 | 124 | 54 | 123 |
| Binary | 11011000 | 11100111 | 11000010 | 110 | 0 | 10000 | 1001 | 1010100 | 101100 | 1010011 |
Color Harmonies of #D8E7C2
Complementary color
Monochromatic Colors of #D8E7C2
Black with #D8E7C2
Text Example
Text Example
White with #D8E7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E7C2; }
p { color: rgb(216,231,194); }
H1.HeaderClassName
{
color: #D8E7C2;
}
.AnyTagClassName
{
color: #D8E7C2;
}
</style>
background-color css
<style>
a { background-color: #D8E7C2; }
a { background-color: rgb(216,231,194); }
div.DivClassName
{
background-color: #D8E7C2;
}
.BgClassName
{
background-color: #D8E7C2;
}
</style>
border-color css
<style>
span { border-color: #D8E7C2; }
span { border-color: rgb(216,231,194); }
td.TdClassName
{
border-color: #D8E7C2;
}
.TagClassName
{
border-color: #D8E7C2;
}
</style>