Shades of Gin #D9E3C2
Tints of Gin #D9E3C2
RGB
CMYK
RGB Variations
Color information
#D9E3C2 (or 0xD9E3C2) is known color: Gin. HEX triplet: D9, E3 and C2. RGB value is (217,227,194). Sum of RGB (Red+Green+Blue) = 217+227+194=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3C2 is #261C3D. Grayscale: #DCDCDC. Windows color (decimal): -2497598 or 12772313. OLE color: 12772313.
HSL color Cylindrical-coordinate representation of color #D9E3C2: hue angle of 78.18º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9E3C2 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 194 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.11 |
| HSL | 78.18º | 0.37% | 0.83% | - |
| HSV(B) | 78.18º | 0.15% | 0.89% | - |
| XYZ | 65.82 | 73.58 | 61.77 | - |
| YUV | 220.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 194 | 0.04 | 0 | 0.15 | 0.11 | 78.18 | 0.37 | 0.83 |
| Hex | D9 | E3 | C2 | 4 | 0 | F | B | 4E | 25 | 53 |
| Octal | 331 | 343 | 302 | 4 | 0 | 17 | 13 | 116 | 45 | 123 |
| Binary | 11011001 | 11100011 | 11000010 | 100 | 0 | 1111 | 1011 | 1001110 | 100101 | 1010011 |
Color Harmonies of #D9E3C2
Complementary color
Monochromatic Colors of #D9E3C2
Black with #D9E3C2
Text Example
Text Example
White with #D9E3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E3C2; }
p { color: rgb(217,227,194); }
H1.HeaderClassName
{
color: #D9E3C2;
}
.AnyTagClassName
{
color: #D9E3C2;
}
</style>
background-color css
<style>
a { background-color: #D9E3C2; }
a { background-color: rgb(217,227,194); }
div.DivClassName
{
background-color: #D9E3C2;
}
.BgClassName
{
background-color: #D9E3C2;
}
</style>
border-color css
<style>
span { border-color: #D9E3C2; }
span { border-color: rgb(217,227,194); }
td.TdClassName
{
border-color: #D9E3C2;
}
.TagClassName
{
border-color: #D9E3C2;
}
</style>