Shades of Gin #D9E1CE
Tints of Gin #D9E1CE
RGB
CMYK
RGB Variations
Color information
#D9E1CE (or 0xD9E1CE) is known color: Gin. HEX triplet: D9, E1 and CE. RGB value is (217,225,206). Sum of RGB (Red+Green+Blue) = 217+225+206=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1CE is #261E31. Grayscale: #DCDCDC. Windows color (decimal): -2498098 or 13558233. OLE color: 13558233.
HSL color Cylindrical-coordinate representation of color #D9E1CE: hue angle of 85.26º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9E1CE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 206 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.12 |
| HSL | 85.26º | 0.24% | 0.85% | - |
| HSV(B) | 85.26º | 0.08% | 0.88% | - |
| XYZ | 66.68 | 73.06 | 68.98 | - |
| YUV | 220.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 206 | 0.04 | 0 | 0.08 | 0.12 | 85.26 | 0.24 | 0.85 |
| Hex | D9 | E1 | CE | 4 | 0 | 8 | C | 55 | 18 | 55 |
| Octal | 331 | 341 | 316 | 4 | 0 | 10 | 14 | 125 | 30 | 125 |
| Binary | 11011001 | 11100001 | 11001110 | 100 | 0 | 1000 | 1100 | 1010101 | 11000 | 1010101 |
Color Harmonies of #D9E1CE
Complementary color
Monochromatic Colors of #D9E1CE
Black with #D9E1CE
Text Example
Text Example
White with #D9E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E1CE; }
p { color: rgb(217,225,206); }
H1.HeaderClassName
{
color: #D9E1CE;
}
.AnyTagClassName
{
color: #D9E1CE;
}
</style>
background-color css
<style>
a { background-color: #D9E1CE; }
a { background-color: rgb(217,225,206); }
div.DivClassName
{
background-color: #D9E1CE;
}
.BgClassName
{
background-color: #D9E1CE;
}
</style>
border-color css
<style>
span { border-color: #D9E1CE; }
span { border-color: rgb(217,225,206); }
td.TdClassName
{
border-color: #D9E1CE;
}
.TagClassName
{
border-color: #D9E1CE;
}
</style>