Shades of Gin #D8DDC6
Tints of Gin #D8DDC6
RGB
CMYK
RGB Variations
Color information
#D8DDC6 (or 0xD8DDC6) is known color: Gin. HEX triplet: D8, DD and C6. RGB value is (216,221,198). Sum of RGB (Red+Green+Blue) = 216+221+198=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDC6 is #272239. Grayscale: #D8D8D8. Windows color (decimal): -2564666 or 13032920. OLE color: 13032920.
HSL color Cylindrical-coordinate representation of color #D8DDC6: hue angle of 73.04º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DDC6 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 198 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.13 |
| HSL | 73.04º | 0.25% | 0.82% | - |
| HSV(B) | 73.04º | 0.1% | 0.87% | - |
| XYZ | 64.37 | 70.39 | 63.62 | - |
| YUV | 216.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 198 | 0.02 | 0 | 0.10 | 0.13 | 73.04 | 0.25 | 0.82 |
| Hex | D8 | DD | C6 | 2 | 0 | A | D | 49 | 19 | 52 |
| Octal | 330 | 335 | 306 | 2 | 0 | 12 | 15 | 111 | 31 | 122 |
| Binary | 11011000 | 11011101 | 11000110 | 10 | 0 | 1010 | 1101 | 1001001 | 11001 | 1010010 |
Color Harmonies of #D8DDC6
Complementary color
Monochromatic Colors of #D8DDC6
Black with #D8DDC6
Text Example
Text Example
White with #D8DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDC6; }
p { color: rgb(216,221,198); }
H1.HeaderClassName
{
color: #D8DDC6;
}
.AnyTagClassName
{
color: #D8DDC6;
}
</style>
background-color css
<style>
a { background-color: #D8DDC6; }
a { background-color: rgb(216,221,198); }
div.DivClassName
{
background-color: #D8DDC6;
}
.BgClassName
{
background-color: #D8DDC6;
}
</style>
border-color css
<style>
span { border-color: #D8DDC6; }
span { border-color: rgb(216,221,198); }
td.TdClassName
{
border-color: #D8DDC6;
}
.TagClassName
{
border-color: #D8DDC6;
}
</style>