Shades of Gin #D8E1C3
Tints of Gin #D8E1C3
RGB
CMYK
RGB Variations
Color information
#D8E1C3 (or 0xD8E1C3) is known color: Gin. HEX triplet: D8, E1 and C3. RGB value is (216,225,195). Sum of RGB (Red+Green+Blue) = 216+225+195=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1C3 is #271E3C. Grayscale: #DBDBDB. Windows color (decimal): -2563645 or 12837336. OLE color: 12837336.
HSL color Cylindrical-coordinate representation of color #D8E1C3: hue angle of 78º 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 #D8E1C3 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 195 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.12 |
| HSL | 78º | 0.33% | 0.82% | - |
| HSV(B) | 78º | 0.13% | 0.88% | - |
| XYZ | 65.09 | 72.39 | 62.17 | - |
| YUV | 218.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 195 | 0.04 | 0 | 0.13 | 0.12 | 78 | 0.33 | 0.82 |
| Hex | D8 | E1 | C3 | 4 | 0 | D | C | 4E | 21 | 52 |
| Octal | 330 | 341 | 303 | 4 | 0 | 15 | 14 | 116 | 41 | 122 |
| Binary | 11011000 | 11100001 | 11000011 | 100 | 0 | 1101 | 1100 | 1001110 | 100001 | 1010010 |
Color Harmonies of #D8E1C3
Complementary color
Monochromatic Colors of #D8E1C3
Black with #D8E1C3
Text Example
Text Example
White with #D8E1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E1C3; }
p { color: rgb(216,225,195); }
H1.HeaderClassName
{
color: #D8E1C3;
}
.AnyTagClassName
{
color: #D8E1C3;
}
</style>
background-color css
<style>
a { background-color: #D8E1C3; }
a { background-color: rgb(216,225,195); }
div.DivClassName
{
background-color: #D8E1C3;
}
.BgClassName
{
background-color: #D8E1C3;
}
</style>
border-color css
<style>
span { border-color: #D8E1C3; }
span { border-color: rgb(216,225,195); }
td.TdClassName
{
border-color: #D8E1C3;
}
.TagClassName
{
border-color: #D8E1C3;
}
</style>