Shades of Gin #D5DEC1
Tints of Gin #D5DEC1
RGB
CMYK
RGB Variations
Color information
#D5DEC1 (or 0xD5DEC1) is known color: Gin. HEX triplet: D5, DE and C1. RGB value is (213,222,193). Sum of RGB (Red+Green+Blue) = 213+222+193=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEC1 is #2A213E. Grayscale: #D8D8D8. Windows color (decimal): -2761023 or 12705493. OLE color: 12705493.
HSL color Cylindrical-coordinate representation of color #D5DEC1: hue angle of 78.62º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5DEC1 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 193 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.13 |
| HSL | 78.62º | 0.31% | 0.81% | - |
| HSV(B) | 78.62º | 0.13% | 0.87% | - |
| XYZ | 63.19 | 70.24 | 60.68 | - |
| YUV | 216 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 193 | 0.04 | 0 | 0.13 | 0.13 | 78.62 | 0.31 | 0.81 |
| Hex | D5 | DE | C1 | 4 | 0 | D | D | 4F | 1F | 51 |
| Octal | 325 | 336 | 301 | 4 | 0 | 15 | 15 | 117 | 37 | 121 |
| Binary | 11010101 | 11011110 | 11000001 | 100 | 0 | 1101 | 1101 | 1001111 | 11111 | 1010001 |
Color Harmonies of #D5DEC1
Complementary color
Monochromatic Colors of #D5DEC1
Black with #D5DEC1
Text Example
Text Example
White with #D5DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEC1; }
p { color: rgb(213,222,193); }
H1.HeaderClassName
{
color: #D5DEC1;
}
.AnyTagClassName
{
color: #D5DEC1;
}
</style>
background-color css
<style>
a { background-color: #D5DEC1; }
a { background-color: rgb(213,222,193); }
div.DivClassName
{
background-color: #D5DEC1;
}
.BgClassName
{
background-color: #D5DEC1;
}
</style>
border-color css
<style>
span { border-color: #D5DEC1; }
span { border-color: rgb(213,222,193); }
td.TdClassName
{
border-color: #D5DEC1;
}
.TagClassName
{
border-color: #D5DEC1;
}
</style>