Shades of Gin #D4DDC2
Tints of Gin #D4DDC2
RGB
CMYK
RGB Variations
Color information
#D4DDC2 (or 0xD4DDC2) is known color: Gin. HEX triplet: D4, DD and C2. RGB value is (212,221,194). Sum of RGB (Red+Green+Blue) = 212+221+194=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDC2 is #2B223D. Grayscale: #D7D7D7. Windows color (decimal): -2826814 or 12770772. OLE color: 12770772.
HSL color Cylindrical-coordinate representation of color #D4DDC2: hue angle of 80º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4DDC2 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 221 | 194 | - |
CMYK | 0.04 | 0 | 0.12 | 0.13 |
HSL | 80º | 0.28% | 0.81% | - |
HSV(B) | 80º | 0.12% | 0.87% | - |
XYZ | 62.75 | 69.61 | 61.17 | - |
YUV | 215.23 | 116.02 | 125.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 194 | 0.04 | 0 | 0.12 | 0.13 | 80 | 0.28 | 0.81 |
Hex | D4 | DD | C2 | 4 | 0 | C | D | 50 | 1C | 51 |
Octal | 324 | 335 | 302 | 4 | 0 | 14 | 15 | 120 | 34 | 121 |
Binary | 11010100 | 11011101 | 11000010 | 100 | 0 | 1100 | 1101 | 1010000 | 11100 | 1010001 |
Color Harmonies of #D4DDC2
Complementary color
Monochromatic Colors of #D4DDC2
Black with #D4DDC2
Text Example
Text Example
White with #D4DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDC2; }
p { color: rgb(212,221,194); }
H1.HeaderClassName
{
color: #D4DDC2;
}
.AnyTagClassName
{
color: #D4DDC2;
}
</style>
background-color css
<style>
a { background-color: #D4DDC2; }
a { background-color: rgb(212,221,194); }
div.DivClassName
{
background-color: #D4DDC2;
}
.BgClassName
{
background-color: #D4DDC2;
}
</style>
border-color css
<style>
span { border-color: #D4DDC2; }
span { border-color: rgb(212,221,194); }
td.TdClassName
{
border-color: #D4DDC2;
}
.TagClassName
{
border-color: #D4DDC2;
}
</style>