Shades of Gin #D4D9CB
Tints of Gin #D4D9CB
RGB
CMYK
RGB Variations
Color information
#D4D9CB (or 0xD4D9CB) is known color: Gin. HEX triplet: D4, D9 and CB. RGB value is (212,217,203). Sum of RGB (Red+Green+Blue) = 212+217+203=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9CB is #2B2634. Grayscale: #D5D5D5. Windows color (decimal): -2827829 or 13359572. OLE color: 13359572.
HSL color Cylindrical-coordinate representation of color #D4D9CB: hue angle of 81.43º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4D9CB is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 203 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.15 |
| HSL | 81.43º | 0.16% | 0.82% | - |
| HSV(B) | 81.43º | 0.06% | 0.85% | - |
| XYZ | 62.74 | 67.93 | 66.31 | - |
| YUV | 213.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 203 | 0.02 | 0 | 0.06 | 0.15 | 81.43 | 0.16 | 0.82 |
| Hex | D4 | D9 | CB | 2 | 0 | 6 | F | 51 | 10 | 52 |
| Octal | 324 | 331 | 313 | 2 | 0 | 6 | 17 | 121 | 20 | 122 |
| Binary | 11010100 | 11011001 | 11001011 | 10 | 0 | 110 | 1111 | 1010001 | 10000 | 1010010 |
Color Harmonies of #D4D9CB
Complementary color
Monochromatic Colors of #D4D9CB
Black with #D4D9CB
Text Example
Text Example
White with #D4D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9CB; }
p { color: rgb(212,217,203); }
H1.HeaderClassName
{
color: #D4D9CB;
}
.AnyTagClassName
{
color: #D4D9CB;
}
</style>
background-color css
<style>
a { background-color: #D4D9CB; }
a { background-color: rgb(212,217,203); }
div.DivClassName
{
background-color: #D4D9CB;
}
.BgClassName
{
background-color: #D4D9CB;
}
</style>
border-color css
<style>
span { border-color: #D4D9CB; }
span { border-color: rgb(212,217,203); }
td.TdClassName
{
border-color: #D4D9CB;
}
.TagClassName
{
border-color: #D4D9CB;
}
</style>