Shades of Gin #D5DCC4
Tints of Gin #D5DCC4
RGB
CMYK
RGB Variations
Color information
#D5DCC4 (or 0xD5DCC4) is known color: Gin. HEX triplet: D5, DC and C4. RGB value is (213,220,196). Sum of RGB (Red+Green+Blue) = 213+220+196=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCC4 is #2A233B. Grayscale: #D7D7D7. Windows color (decimal): -2761532 or 12901589. OLE color: 12901589.
HSL color Cylindrical-coordinate representation of color #D5DCC4: hue angle of 77.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DCC4 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 220 | 196 | - |
CMYK | 0.03 | 0 | 0.11 | 0.14 |
HSL | 77.5º | 0.26% | 0.82% | - |
HSV(B) | 77.5º | 0.11% | 0.86% | - |
XYZ | 63 | 69.32 | 62.28 | - |
YUV | 215.17 | 117.18 | 126.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 220 | 196 | 0.03 | 0 | 0.11 | 0.14 | 77.5 | 0.26 | 0.82 |
Hex | D5 | DC | C4 | 3 | 0 | B | E | 4E | 1A | 52 |
Octal | 325 | 334 | 304 | 3 | 0 | 13 | 16 | 116 | 32 | 122 |
Binary | 11010101 | 11011100 | 11000100 | 11 | 0 | 1011 | 1110 | 1001110 | 11010 | 1010010 |
Color Harmonies of #D5DCC4
Complementary color
Monochromatic Colors of #D5DCC4
Black with #D5DCC4
Text Example
Text Example
White with #D5DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCC4; }
p { color: rgb(213,220,196); }
H1.HeaderClassName
{
color: #D5DCC4;
}
.AnyTagClassName
{
color: #D5DCC4;
}
</style>
background-color css
<style>
a { background-color: #D5DCC4; }
a { background-color: rgb(213,220,196); }
div.DivClassName
{
background-color: #D5DCC4;
}
.BgClassName
{
background-color: #D5DCC4;
}
</style>
border-color css
<style>
span { border-color: #D5DCC4; }
span { border-color: rgb(213,220,196); }
td.TdClassName
{
border-color: #D5DCC4;
}
.TagClassName
{
border-color: #D5DCC4;
}
</style>