Shades of Gin #D8DDCB
Tints of Gin #D8DDCB
RGB
CMYK
RGB Variations
Color information
#D8DDCB (or 0xD8DDCB) is known color: Gin. HEX triplet: D8, DD and CB. RGB value is (216,221,203). Sum of RGB (Red+Green+Blue) = 216+221+203=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDCB is #272234. Grayscale: #D9D9D9. Windows color (decimal): -2564661 or 13360600. OLE color: 13360600.
HSL color Cylindrical-coordinate representation of color #D8DDCB: hue angle of 76.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DDCB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 203 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.13 |
| HSL | 76.67º | 0.21% | 0.83% | - |
| HSV(B) | 76.67º | 0.08% | 0.87% | - |
| XYZ | 64.95 | 70.62 | 66.71 | - |
| YUV | 217.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 203 | 0.02 | 0 | 0.08 | 0.13 | 76.67 | 0.21 | 0.83 |
| Hex | D8 | DD | CB | 2 | 0 | 8 | D | 4D | 15 | 53 |
| Octal | 330 | 335 | 313 | 2 | 0 | 10 | 15 | 115 | 25 | 123 |
| Binary | 11011000 | 11011101 | 11001011 | 10 | 0 | 1000 | 1101 | 1001101 | 10101 | 1010011 |
Color Harmonies of #D8DDCB
Complementary color
Monochromatic Colors of #D8DDCB
Black with #D8DDCB
Text Example
Text Example
White with #D8DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDCB; }
p { color: rgb(216,221,203); }
H1.HeaderClassName
{
color: #D8DDCB;
}
.AnyTagClassName
{
color: #D8DDCB;
}
</style>
background-color css
<style>
a { background-color: #D8DDCB; }
a { background-color: rgb(216,221,203); }
div.DivClassName
{
background-color: #D8DDCB;
}
.BgClassName
{
background-color: #D8DDCB;
}
</style>
border-color css
<style>
span { border-color: #D8DDCB; }
span { border-color: rgb(216,221,203); }
td.TdClassName
{
border-color: #D8DDCB;
}
.TagClassName
{
border-color: #D8DDCB;
}
</style>