Shades of Gin #D8E1C6
Tints of Gin #D8E1C6
RGB
CMYK
RGB Variations
Color information
#D8E1C6 (or 0xD8E1C6) is known color: Gin. HEX triplet: D8, E1 and C6. RGB value is (216,225,198). Sum of RGB (Red+Green+Blue) = 216+225+198=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1C6 is #271E39. Grayscale: #DBDBDB. Windows color (decimal): -2563642 or 13033944. OLE color: 13033944.
HSL color Cylindrical-coordinate representation of color #D8E1C6: hue angle of 80º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8E1C6 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 198 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.12 |
| HSL | 80º | 0.31% | 0.83% | - |
| HSV(B) | 80º | 0.12% | 0.88% | - |
| XYZ | 65.44 | 72.53 | 63.98 | - |
| YUV | 219.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 198 | 0.04 | 0 | 0.12 | 0.12 | 80 | 0.31 | 0.83 |
| Hex | D8 | E1 | C6 | 4 | 0 | C | C | 50 | 1F | 53 |
| Octal | 330 | 341 | 306 | 4 | 0 | 14 | 14 | 120 | 37 | 123 |
| Binary | 11011000 | 11100001 | 11000110 | 100 | 0 | 1100 | 1100 | 1010000 | 11111 | 1010011 |
Color Harmonies of #D8E1C6
Complementary color
Monochromatic Colors of #D8E1C6
Black with #D8E1C6
Text Example
Text Example
White with #D8E1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E1C6; }
p { color: rgb(216,225,198); }
H1.HeaderClassName
{
color: #D8E1C6;
}
.AnyTagClassName
{
color: #D8E1C6;
}
</style>
background-color css
<style>
a { background-color: #D8E1C6; }
a { background-color: rgb(216,225,198); }
div.DivClassName
{
background-color: #D8E1C6;
}
.BgClassName
{
background-color: #D8E1C6;
}
</style>
border-color css
<style>
span { border-color: #D8E1C6; }
span { border-color: rgb(216,225,198); }
td.TdClassName
{
border-color: #D8E1C6;
}
.TagClassName
{
border-color: #D8E1C6;
}
</style>