Shades of Gin #D9E1C3
Tints of Gin #D9E1C3
RGB
CMYK
RGB Variations
Color information
#D9E1C3 (or 0xD9E1C3) is known color: Gin. HEX triplet: D9, E1 and C3. RGB value is (217,225,195). Sum of RGB (Red+Green+Blue) = 217+225+195=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1C3 is #261E3C. Grayscale: #DBDBDB. Windows color (decimal): -2498109 or 12837337. OLE color: 12837337.
HSL color Cylindrical-coordinate representation of color #D9E1C3: hue angle of 76º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9E1C3 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 195 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.12 |
| HSL | 76º | 0.33% | 0.82% | - |
| HSV(B) | 76º | 0.13% | 0.88% | - |
| XYZ | 65.39 | 72.54 | 62.19 | - |
| YUV | 219.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 195 | 0.04 | 0 | 0.13 | 0.12 | 76 | 0.33 | 0.82 |
| Hex | D9 | E1 | C3 | 4 | 0 | D | C | 4C | 21 | 52 |
| Octal | 331 | 341 | 303 | 4 | 0 | 15 | 14 | 114 | 41 | 122 |
| Binary | 11011001 | 11100001 | 11000011 | 100 | 0 | 1101 | 1100 | 1001100 | 100001 | 1010010 |
Color Harmonies of #D9E1C3
Complementary color
Monochromatic Colors of #D9E1C3
Black with #D9E1C3
Text Example
Text Example
White with #D9E1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E1C3; }
p { color: rgb(217,225,195); }
H1.HeaderClassName
{
color: #D9E1C3;
}
.AnyTagClassName
{
color: #D9E1C3;
}
</style>
background-color css
<style>
a { background-color: #D9E1C3; }
a { background-color: rgb(217,225,195); }
div.DivClassName
{
background-color: #D9E1C3;
}
.BgClassName
{
background-color: #D9E1C3;
}
</style>
border-color css
<style>
span { border-color: #D9E1C3; }
span { border-color: rgb(217,225,195); }
td.TdClassName
{
border-color: #D9E1C3;
}
.TagClassName
{
border-color: #D9E1C3;
}
</style>