Shades of Gin #D8DDC9
Tints of Gin #D8DDC9
RGB
CMYK
RGB Variations
Color information
#D8DDC9 (or 0xD8DDC9) is known color: Gin. HEX triplet: D8, DD and C9. RGB value is (216,221,201). Sum of RGB (Red+Green+Blue) = 216+221+201=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDC9 is #272236. Grayscale: #D9D9D9. Windows color (decimal): -2564663 or 13229528. OLE color: 13229528.
HSL color Cylindrical-coordinate representation of color #D8DDC9: hue angle of 75º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8DDC9 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 201 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.13 |
| HSL | 75º | 0.23% | 0.83% | - |
| HSV(B) | 75º | 0.09% | 0.87% | - |
| XYZ | 64.72 | 70.53 | 65.46 | - |
| YUV | 217.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 201 | 0.02 | 0 | 0.09 | 0.13 | 75 | 0.23 | 0.83 |
| Hex | D8 | DD | C9 | 2 | 0 | 9 | D | 4B | 17 | 53 |
| Octal | 330 | 335 | 311 | 2 | 0 | 11 | 15 | 113 | 27 | 123 |
| Binary | 11011000 | 11011101 | 11001001 | 10 | 0 | 1001 | 1101 | 1001011 | 10111 | 1010011 |
Color Harmonies of #D8DDC9
Complementary color
Monochromatic Colors of #D8DDC9
Black with #D8DDC9
Text Example
Text Example
White with #D8DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDC9; }
p { color: rgb(216,221,201); }
H1.HeaderClassName
{
color: #D8DDC9;
}
.AnyTagClassName
{
color: #D8DDC9;
}
</style>
background-color css
<style>
a { background-color: #D8DDC9; }
a { background-color: rgb(216,221,201); }
div.DivClassName
{
background-color: #D8DDC9;
}
.BgClassName
{
background-color: #D8DDC9;
}
</style>
border-color css
<style>
span { border-color: #D8DDC9; }
span { border-color: rgb(216,221,201); }
td.TdClassName
{
border-color: #D8DDC9;
}
.TagClassName
{
border-color: #D8DDC9;
}
</style>