Shades of Gin #D5DCC1
Tints of Gin #D5DCC1
RGB
CMYK
RGB Variations
Color information
#D5DCC1 (or 0xD5DCC1) is known color: Gin. HEX triplet: D5, DC and C1. RGB value is (213,220,193). Sum of RGB (Red+Green+Blue) = 213+220+193=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCC1 is #2A233E. Grayscale: #D6D6D6. Windows color (decimal): -2761535 or 12704981. OLE color: 12704981.
HSL color Cylindrical-coordinate representation of color #D5DCC1: hue angle of 75.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5DCC1 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 220 | 193 | - |
CMYK | 0.03 | 0 | 0.12 | 0.14 |
HSL | 75.56º | 0.28% | 0.81% | - |
HSV(B) | 75.56º | 0.12% | 0.86% | - |
XYZ | 62.66 | 69.18 | 60.5 | - |
YUV | 214.83 | 115.68 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 220 | 193 | 0.03 | 0 | 0.12 | 0.14 | 75.56 | 0.28 | 0.81 |
Hex | D5 | DC | C1 | 3 | 0 | C | E | 4C | 1C | 51 |
Octal | 325 | 334 | 301 | 3 | 0 | 14 | 16 | 114 | 34 | 121 |
Binary | 11010101 | 11011100 | 11000001 | 11 | 0 | 1100 | 1110 | 1001100 | 11100 | 1010001 |
Color Harmonies of #D5DCC1
Complementary color
Monochromatic Colors of #D5DCC1
Black with #D5DCC1
Text Example
Text Example
White with #D5DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCC1; }
p { color: rgb(213,220,193); }
H1.HeaderClassName
{
color: #D5DCC1;
}
.AnyTagClassName
{
color: #D5DCC1;
}
</style>
background-color css
<style>
a { background-color: #D5DCC1; }
a { background-color: rgb(213,220,193); }
div.DivClassName
{
background-color: #D5DCC1;
}
.BgClassName
{
background-color: #D5DCC1;
}
</style>
border-color css
<style>
span { border-color: #D5DCC1; }
span { border-color: rgb(213,220,193); }
td.TdClassName
{
border-color: #D5DCC1;
}
.TagClassName
{
border-color: #D5DCC1;
}
</style>