Shades of Gin #D4DEC3
Tints of Gin #D4DEC3
RGB
CMYK
RGB Variations
Color information
#D4DEC3 (or 0xD4DEC3) is known color: Gin. HEX triplet: D4, DE and C3. RGB value is (212,222,195). Sum of RGB (Red+Green+Blue) = 212+222+195=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DEC3 is #2B213C. Grayscale: #D8D8D8. Windows color (decimal): -2826557 or 12836564. OLE color: 12836564.
HSL color Cylindrical-coordinate representation of color #D4DEC3: hue angle of 82.22º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4DEC3 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 222 | 195 | - |
CMYK | 0.05 | 0 | 0.12 | 0.13 |
HSL | 82.22º | 0.29% | 0.82% | - |
HSV(B) | 82.22º | 0.12% | 0.87% | - |
XYZ | 63.12 | 70.18 | 61.85 | - |
YUV | 215.93 | 116.19 | 125.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 222 | 195 | 0.05 | 0 | 0.12 | 0.13 | 82.22 | 0.29 | 0.82 |
Hex | D4 | DE | C3 | 5 | 0 | C | D | 52 | 1D | 52 |
Octal | 324 | 336 | 303 | 5 | 0 | 14 | 15 | 122 | 35 | 122 |
Binary | 11010100 | 11011110 | 11000011 | 101 | 0 | 1100 | 1101 | 1010010 | 11101 | 1010010 |
Color Harmonies of #D4DEC3
Complementary color
Monochromatic Colors of #D4DEC3
Black with #D4DEC3
Text Example
Text Example
White with #D4DEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DEC3; }
p { color: rgb(212,222,195); }
H1.HeaderClassName
{
color: #D4DEC3;
}
.AnyTagClassName
{
color: #D4DEC3;
}
</style>
background-color css
<style>
a { background-color: #D4DEC3; }
a { background-color: rgb(212,222,195); }
div.DivClassName
{
background-color: #D4DEC3;
}
.BgClassName
{
background-color: #D4DEC3;
}
</style>
border-color css
<style>
span { border-color: #D4DEC3; }
span { border-color: rgb(212,222,195); }
td.TdClassName
{
border-color: #D4DEC3;
}
.TagClassName
{
border-color: #D4DEC3;
}
</style>