Shades of Gin #D9E9C2
Tints of Gin #D9E9C2
RGB
CMYK
RGB Variations
Color information
#D9E9C2 (or 0xD9E9C2) is known color: Gin. HEX triplet: D9, E9 and C2. RGB value is (217,233,194). Sum of RGB (Red+Green+Blue) = 217+233+194=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9C2 is #26163D. Grayscale: #DFDFDF. Windows color (decimal): -2496062 or 12773849. OLE color: 12773849.
HSL color Cylindrical-coordinate representation of color #D9E9C2: hue angle of 84.62º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9E9C2 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 194 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.09 |
| HSL | 84.62º | 0.47% | 0.84% | - |
| HSV(B) | 84.62º | 0.17% | 0.91% | - |
| XYZ | 67.49 | 76.92 | 62.33 | - |
| YUV | 223.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 194 | 0.07 | 0 | 0.17 | 0.09 | 84.62 | 0.47 | 0.84 |
| Hex | D9 | E9 | C2 | 7 | 0 | 11 | 9 | 55 | 2F | 54 |
| Octal | 331 | 351 | 302 | 7 | 0 | 21 | 11 | 125 | 57 | 124 |
| Binary | 11011001 | 11101001 | 11000010 | 111 | 0 | 10001 | 1001 | 1010101 | 101111 | 1010100 |
Color Harmonies of #D9E9C2
Complementary color
Monochromatic Colors of #D9E9C2
Black with #D9E9C2
Text Example
Text Example
White with #D9E9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E9C2; }
p { color: rgb(217,233,194); }
H1.HeaderClassName
{
color: #D9E9C2;
}
.AnyTagClassName
{
color: #D9E9C2;
}
</style>
background-color css
<style>
a { background-color: #D9E9C2; }
a { background-color: rgb(217,233,194); }
div.DivClassName
{
background-color: #D9E9C2;
}
.BgClassName
{
background-color: #D9E9C2;
}
</style>
border-color css
<style>
span { border-color: #D9E9C2; }
span { border-color: rgb(217,233,194); }
td.TdClassName
{
border-color: #D9E9C2;
}
.TagClassName
{
border-color: #D9E9C2;
}
</style>