Shades of Gin #D5DEBE
Tints of Gin #D5DEBE
RGB
CMYK
RGB Variations
Color information
#D5DEBE (or 0xD5DEBE) is known color: Gin. HEX triplet: D5, DE and BE. RGB value is (213,222,190). Sum of RGB (Red+Green+Blue) = 213+222+190=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEBE is #2A2141. Grayscale: #D7D7D7. Windows color (decimal): -2761026 or 12508885. OLE color: 12508885.
HSL color Cylindrical-coordinate representation of color #D5DEBE: hue angle of 76.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DEBE is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 190 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.13 |
| HSL | 76.88º | 0.33% | 0.81% | - |
| HSV(B) | 76.88º | 0.14% | 0.87% | - |
| XYZ | 62.86 | 70.11 | 58.93 | - |
| YUV | 215.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 190 | 0.04 | 0 | 0.14 | 0.13 | 76.88 | 0.33 | 0.81 |
| Hex | D5 | DE | BE | 4 | 0 | E | D | 4D | 21 | 51 |
| Octal | 325 | 336 | 276 | 4 | 0 | 16 | 15 | 115 | 41 | 121 |
| Binary | 11010101 | 11011110 | 10111110 | 100 | 0 | 1110 | 1101 | 1001101 | 100001 | 1010001 |
Color Harmonies of #D5DEBE
Complementary color
Monochromatic Colors of #D5DEBE
Black with #D5DEBE
Text Example
Text Example
White with #D5DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEBE; }
p { color: rgb(213,222,190); }
H1.HeaderClassName
{
color: #D5DEBE;
}
.AnyTagClassName
{
color: #D5DEBE;
}
</style>
background-color css
<style>
a { background-color: #D5DEBE; }
a { background-color: rgb(213,222,190); }
div.DivClassName
{
background-color: #D5DEBE;
}
.BgClassName
{
background-color: #D5DEBE;
}
</style>
border-color css
<style>
span { border-color: #D5DEBE; }
span { border-color: rgb(213,222,190); }
td.TdClassName
{
border-color: #D5DEBE;
}
.TagClassName
{
border-color: #D5DEBE;
}
</style>