Shades of Gin #D4DDC5
Tints of Gin #D4DDC5
RGB
CMYK
RGB Variations
Color information
#D4DDC5 (or 0xD4DDC5) is known color: Gin. HEX triplet: D4, DD and C5. RGB value is (212,221,197). Sum of RGB (Red+Green+Blue) = 212+221+197=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDC5 is #2B223A. Grayscale: #D7D7D7. Windows color (decimal): -2826811 or 12967380. OLE color: 12967380.
HSL color Cylindrical-coordinate representation of color #D4DDC5: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4DDC5 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 221 | 197 | - |
CMYK | 0.04 | 0 | 0.11 | 0.13 |
HSL | 82.5º | 0.26% | 0.82% | - |
HSV(B) | 82.5º | 0.11% | 0.87% | - |
XYZ | 63.09 | 69.74 | 62.96 | - |
YUV | 215.57 | 117.52 | 125.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 197 | 0.04 | 0 | 0.11 | 0.13 | 82.5 | 0.26 | 0.82 |
Hex | D4 | DD | C5 | 4 | 0 | B | D | 52 | 1A | 52 |
Octal | 324 | 335 | 305 | 4 | 0 | 13 | 15 | 122 | 32 | 122 |
Binary | 11010100 | 11011101 | 11000101 | 100 | 0 | 1011 | 1101 | 1010010 | 11010 | 1010010 |
Color Harmonies of #D4DDC5
Complementary color
Monochromatic Colors of #D4DDC5
Black with #D4DDC5
Text Example
Text Example
White with #D4DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDC5; }
p { color: rgb(212,221,197); }
H1.HeaderClassName
{
color: #D4DDC5;
}
.AnyTagClassName
{
color: #D4DDC5;
}
</style>
background-color css
<style>
a { background-color: #D4DDC5; }
a { background-color: rgb(212,221,197); }
div.DivClassName
{
background-color: #D4DDC5;
}
.BgClassName
{
background-color: #D4DDC5;
}
</style>
border-color css
<style>
span { border-color: #D4DDC5; }
span { border-color: rgb(212,221,197); }
td.TdClassName
{
border-color: #D4DDC5;
}
.TagClassName
{
border-color: #D4DDC5;
}
</style>