Shades of Gin #D5DCC5
Tints of Gin #D5DCC5
RGB
CMYK
RGB Variations
Color information
#D5DCC5 (or 0xD5DCC5) is known color: Gin. HEX triplet: D5, DC and C5. RGB value is (213,220,197). Sum of RGB (Red+Green+Blue) = 213+220+197=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCC5 is #2A233A. Grayscale: #D7D7D7. Windows color (decimal): -2761531 or 12967125. OLE color: 12967125.
HSL color Cylindrical-coordinate representation of color #D5DCC5: hue angle of 78.26º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DCC5 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 197 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.14 |
| HSL | 78.26º | 0.25% | 0.82% | - |
| HSV(B) | 78.26º | 0.1% | 0.86% | - |
| XYZ | 63.11 | 69.36 | 62.89 | - |
| YUV | 215.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 197 | 0.03 | 0 | 0.10 | 0.14 | 78.26 | 0.25 | 0.82 |
| Hex | D5 | DC | C5 | 3 | 0 | A | E | 4E | 19 | 52 |
| Octal | 325 | 334 | 305 | 3 | 0 | 12 | 16 | 116 | 31 | 122 |
| Binary | 11010101 | 11011100 | 11000101 | 11 | 0 | 1010 | 1110 | 1001110 | 11001 | 1010010 |
Color Harmonies of #D5DCC5
Complementary color
Monochromatic Colors of #D5DCC5
Black with #D5DCC5
Text Example
Text Example
White with #D5DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCC5; }
p { color: rgb(213,220,197); }
H1.HeaderClassName
{
color: #D5DCC5;
}
.AnyTagClassName
{
color: #D5DCC5;
}
</style>
background-color css
<style>
a { background-color: #D5DCC5; }
a { background-color: rgb(213,220,197); }
div.DivClassName
{
background-color: #D5DCC5;
}
.BgClassName
{
background-color: #D5DCC5;
}
</style>
border-color css
<style>
span { border-color: #D5DCC5; }
span { border-color: rgb(213,220,197); }
td.TdClassName
{
border-color: #D5DCC5;
}
.TagClassName
{
border-color: #D5DCC5;
}
</style>