Shades of Gin #D4DBC9
Tints of Gin #D4DBC9
RGB
CMYK
RGB Variations
Color information
#D4DBC9 (or 0xD4DBC9) is known color: Gin. HEX triplet: D4, DB and C9. RGB value is (212,219,201). Sum of RGB (Red+Green+Blue) = 212+219+201=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBC9 is #2B2436. Grayscale: #D6D6D6. Windows color (decimal): -2827319 or 13229012. OLE color: 13229012.
HSL color Cylindrical-coordinate representation of color #D4DBC9: hue angle of 83.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4DBC9 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 219 | 201 | - |
CMYK | 0.03 | 0 | 0.08 | 0.14 |
HSL | 83.33º | 0.2% | 0.82% | - |
HSV(B) | 83.33º | 0.08% | 0.86% | - |
XYZ | 63.03 | 68.88 | 65.23 | - |
YUV | 214.86 | 120.18 | 125.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 219 | 201 | 0.03 | 0 | 0.08 | 0.14 | 83.33 | 0.2 | 0.82 |
Hex | D4 | DB | C9 | 3 | 0 | 8 | E | 53 | 14 | 52 |
Octal | 324 | 333 | 311 | 3 | 0 | 10 | 16 | 123 | 24 | 122 |
Binary | 11010100 | 11011011 | 11001001 | 11 | 0 | 1000 | 1110 | 1010011 | 10100 | 1010010 |
Color Harmonies of #D4DBC9
Complementary color
Monochromatic Colors of #D4DBC9
Black with #D4DBC9
Text Example
Text Example
White with #D4DBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBC9; }
p { color: rgb(212,219,201); }
H1.HeaderClassName
{
color: #D4DBC9;
}
.AnyTagClassName
{
color: #D4DBC9;
}
</style>
background-color css
<style>
a { background-color: #D4DBC9; }
a { background-color: rgb(212,219,201); }
div.DivClassName
{
background-color: #D4DBC9;
}
.BgClassName
{
background-color: #D4DBC9;
}
</style>
border-color css
<style>
span { border-color: #D4DBC9; }
span { border-color: rgb(212,219,201); }
td.TdClassName
{
border-color: #D4DBC9;
}
.TagClassName
{
border-color: #D4DBC9;
}
</style>