Shades of Gin #D4DDBC
Tints of Gin #D4DDBC
RGB
CMYK
RGB Variations
Color information
#D4DDBC (or 0xD4DDBC) is known color: Gin. HEX triplet: D4, DD and BC. RGB value is (212,221,188). Sum of RGB (Red+Green+Blue) = 212+221+188=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDBC is #2B2243. Grayscale: #D6D6D6. Windows color (decimal): -2826820 or 12377556. OLE color: 12377556.
HSL color Cylindrical-coordinate representation of color #D4DDBC: hue angle of 76.36º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4DDBC is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 221 | 188 | - |
CMYK | 0.04 | 0 | 0.15 | 0.13 |
HSL | 76.36º | 0.33% | 0.8% | - |
HSV(B) | 76.36º | 0.15% | 0.87% | - |
XYZ | 62.08 | 69.34 | 57.69 | - |
YUV | 214.55 | 113.02 | 126.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 188 | 0.04 | 0 | 0.15 | 0.13 | 76.36 | 0.33 | 0.8 |
Hex | D4 | DD | BC | 4 | 0 | F | D | 4C | 21 | 50 |
Octal | 324 | 335 | 274 | 4 | 0 | 17 | 15 | 114 | 41 | 120 |
Binary | 11010100 | 11011101 | 10111100 | 100 | 0 | 1111 | 1101 | 1001100 | 100001 | 1010000 |
Color Harmonies of #D4DDBC
Complementary color
Monochromatic Colors of #D4DDBC
Black with #D4DDBC
Text Example
Text Example
White with #D4DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDBC; }
p { color: rgb(212,221,188); }
H1.HeaderClassName
{
color: #D4DDBC;
}
.AnyTagClassName
{
color: #D4DDBC;
}
</style>
background-color css
<style>
a { background-color: #D4DDBC; }
a { background-color: rgb(212,221,188); }
div.DivClassName
{
background-color: #D4DDBC;
}
.BgClassName
{
background-color: #D4DDBC;
}
</style>
border-color css
<style>
span { border-color: #D4DDBC; }
span { border-color: rgb(212,221,188); }
td.TdClassName
{
border-color: #D4DDBC;
}
.TagClassName
{
border-color: #D4DDBC;
}
</style>