Shades of Gin #D8DECE
Tints of Gin #D8DECE
RGB
CMYK
RGB Variations
Color information
#D8DECE (or 0xD8DECE) is known color: Gin. HEX triplet: D8, DE and CE. RGB value is (216,222,206). Sum of RGB (Red+Green+Blue) = 216+222+206=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DECE is #272131. Grayscale: #DADADA. Windows color (decimal): -2564402 or 13557464. OLE color: 13557464.
HSL color Cylindrical-coordinate representation of color #D8DECE: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DECE is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 206 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.13 |
| HSL | 82.5º | 0.2% | 0.84% | - |
| HSV(B) | 82.5º | 0.07% | 0.87% | - |
| XYZ | 65.58 | 71.3 | 68.7 | - |
| YUV | 218.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 206 | 0.03 | 0 | 0.07 | 0.13 | 82.5 | 0.2 | 0.84 |
| Hex | D8 | DE | CE | 3 | 0 | 7 | D | 52 | 14 | 54 |
| Octal | 330 | 336 | 316 | 3 | 0 | 7 | 15 | 122 | 24 | 124 |
| Binary | 11011000 | 11011110 | 11001110 | 11 | 0 | 111 | 1101 | 1010010 | 10100 | 1010100 |
Color Harmonies of #D8DECE
Complementary color
Monochromatic Colors of #D8DECE
Black with #D8DECE
Text Example
Text Example
White with #D8DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DECE; }
p { color: rgb(216,222,206); }
H1.HeaderClassName
{
color: #D8DECE;
}
.AnyTagClassName
{
color: #D8DECE;
}
</style>
background-color css
<style>
a { background-color: #D8DECE; }
a { background-color: rgb(216,222,206); }
div.DivClassName
{
background-color: #D8DECE;
}
.BgClassName
{
background-color: #D8DECE;
}
</style>
border-color css
<style>
span { border-color: #D8DECE; }
span { border-color: rgb(216,222,206); }
td.TdClassName
{
border-color: #D8DECE;
}
.TagClassName
{
border-color: #D8DECE;
}
</style>