Shades of Gin #D4DBC3
Tints of Gin #D4DBC3
RGB
CMYK
RGB Variations
Color information
#D4DBC3 (or 0xD4DBC3) is known color: Gin. HEX triplet: D4, DB and C3. RGB value is (212,219,195). Sum of RGB (Red+Green+Blue) = 212+219+195=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBC3 is #2B243C. Grayscale: #D6D6D6. Windows color (decimal): -2827325 or 12835796. OLE color: 12835796.
HSL color Cylindrical-coordinate representation of color #D4DBC3: hue angle of 77.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4DBC3 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 219 | 195 | - |
CMYK | 0.03 | 0 | 0.11 | 0.14 |
HSL | 77.5º | 0.25% | 0.81% | - |
HSV(B) | 77.5º | 0.11% | 0.86% | - |
XYZ | 62.33 | 68.6 | 61.59 | - |
YUV | 214.17 | 117.18 | 126.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 219 | 195 | 0.03 | 0 | 0.11 | 0.14 | 77.5 | 0.25 | 0.81 |
Hex | D4 | DB | C3 | 3 | 0 | B | E | 4E | 19 | 51 |
Octal | 324 | 333 | 303 | 3 | 0 | 13 | 16 | 116 | 31 | 121 |
Binary | 11010100 | 11011011 | 11000011 | 11 | 0 | 1011 | 1110 | 1001110 | 11001 | 1010001 |
Color Harmonies of #D4DBC3
Complementary color
Monochromatic Colors of #D4DBC3
Black with #D4DBC3
Text Example
Text Example
White with #D4DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBC3; }
p { color: rgb(212,219,195); }
H1.HeaderClassName
{
color: #D4DBC3;
}
.AnyTagClassName
{
color: #D4DBC3;
}
</style>
background-color css
<style>
a { background-color: #D4DBC3; }
a { background-color: rgb(212,219,195); }
div.DivClassName
{
background-color: #D4DBC3;
}
.BgClassName
{
background-color: #D4DBC3;
}
</style>
border-color css
<style>
span { border-color: #D4DBC3; }
span { border-color: rgb(212,219,195); }
td.TdClassName
{
border-color: #D4DBC3;
}
.TagClassName
{
border-color: #D4DBC3;
}
</style>