Shades of Gin #D9E2C4
Tints of Gin #D9E2C4
RGB
CMYK
RGB Variations
Color information
#D9E2C4 (or 0xD9E2C4) is known color: Gin. HEX triplet: D9, E2 and C4. RGB value is (217,226,196). Sum of RGB (Red+Green+Blue) = 217+226+196=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E2C4 is #261D3B. Grayscale: #DCDCDC. Windows color (decimal): -2497852 or 12903129. OLE color: 12903129.
HSL color Cylindrical-coordinate representation of color #D9E2C4: hue angle of 78º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9E2C4 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 196 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.11 |
| HSL | 78º | 0.34% | 0.83% | - |
| HSV(B) | 78º | 0.13% | 0.89% | - |
| XYZ | 65.78 | 73.13 | 62.87 | - |
| YUV | 219.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 196 | 0.04 | 0 | 0.13 | 0.11 | 78 | 0.34 | 0.83 |
| Hex | D9 | E2 | C4 | 4 | 0 | D | B | 4E | 22 | 53 |
| Octal | 331 | 342 | 304 | 4 | 0 | 15 | 13 | 116 | 42 | 123 |
| Binary | 11011001 | 11100010 | 11000100 | 100 | 0 | 1101 | 1011 | 1001110 | 100010 | 1010011 |
Color Harmonies of #D9E2C4
Complementary color
Monochromatic Colors of #D9E2C4
Black with #D9E2C4
Text Example
Text Example
White with #D9E2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E2C4; }
p { color: rgb(217,226,196); }
H1.HeaderClassName
{
color: #D9E2C4;
}
.AnyTagClassName
{
color: #D9E2C4;
}
</style>
background-color css
<style>
a { background-color: #D9E2C4; }
a { background-color: rgb(217,226,196); }
div.DivClassName
{
background-color: #D9E2C4;
}
.BgClassName
{
background-color: #D9E2C4;
}
</style>
border-color css
<style>
span { border-color: #D9E2C4; }
span { border-color: rgb(217,226,196); }
td.TdClassName
{
border-color: #D9E2C4;
}
.TagClassName
{
border-color: #D9E2C4;
}
</style>