Shades of Gin #D8DFCE
Tints of Gin #D8DFCE
RGB
CMYK
RGB Variations
Color information
#D8DFCE (or 0xD8DFCE) is known color: Gin. HEX triplet: D8, DF and CE. RGB value is (216,223,206). Sum of RGB (Red+Green+Blue) = 216+223+206=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFCE is #272031. Grayscale: #DBDBDB. Windows color (decimal): -2564146 or 13557720. OLE color: 13557720.
HSL color Cylindrical-coordinate representation of color #D8DFCE: hue angle of 84.71º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DFCE is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 206 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.13 |
| HSL | 84.71º | 0.21% | 0.84% | - |
| HSV(B) | 84.71º | 0.08% | 0.87% | - |
| XYZ | 65.85 | 71.83 | 68.79 | - |
| YUV | 218.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 206 | 0.03 | 0 | 0.08 | 0.13 | 84.71 | 0.21 | 0.84 |
| Hex | D8 | DF | CE | 3 | 0 | 8 | D | 55 | 15 | 54 |
| Octal | 330 | 337 | 316 | 3 | 0 | 10 | 15 | 125 | 25 | 124 |
| Binary | 11011000 | 11011111 | 11001110 | 11 | 0 | 1000 | 1101 | 1010101 | 10101 | 1010100 |
Color Harmonies of #D8DFCE
Complementary color
Monochromatic Colors of #D8DFCE
Black with #D8DFCE
Text Example
Text Example
White with #D8DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFCE; }
p { color: rgb(216,223,206); }
H1.HeaderClassName
{
color: #D8DFCE;
}
.AnyTagClassName
{
color: #D8DFCE;
}
</style>
background-color css
<style>
a { background-color: #D8DFCE; }
a { background-color: rgb(216,223,206); }
div.DivClassName
{
background-color: #D8DFCE;
}
.BgClassName
{
background-color: #D8DFCE;
}
</style>
border-color css
<style>
span { border-color: #D8DFCE; }
span { border-color: rgb(216,223,206); }
td.TdClassName
{
border-color: #D8DFCE;
}
.TagClassName
{
border-color: #D8DFCE;
}
</style>