Shades of Gin #D5DEBF
Tints of Gin #D5DEBF
RGB
CMYK
RGB Variations
Color information
#D5DEBF (or 0xD5DEBF) is known color: Gin. HEX triplet: D5, DE and BF. RGB value is (213,222,191). Sum of RGB (Red+Green+Blue) = 213+222+191=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEBF is #2A2140. Grayscale: #D7D7D7. Windows color (decimal): -2761025 or 12574421. OLE color: 12574421.
HSL color Cylindrical-coordinate representation of color #D5DEBF: hue angle of 77.42º degrees, saturation: 0.32, 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 #D5DEBF is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 191 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.13 |
| HSL | 77.42º | 0.32% | 0.81% | - |
| HSV(B) | 77.42º | 0.14% | 0.87% | - |
| XYZ | 62.97 | 70.15 | 59.51 | - |
| YUV | 215.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 191 | 0.04 | 0 | 0.14 | 0.13 | 77.42 | 0.32 | 0.81 |
| Hex | D5 | DE | BF | 4 | 0 | E | D | 4D | 20 | 51 |
| Octal | 325 | 336 | 277 | 4 | 0 | 16 | 15 | 115 | 40 | 121 |
| Binary | 11010101 | 11011110 | 10111111 | 100 | 0 | 1110 | 1101 | 1001101 | 100000 | 1010001 |
Color Harmonies of #D5DEBF
Complementary color
Monochromatic Colors of #D5DEBF
Black with #D5DEBF
Text Example
Text Example
White with #D5DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEBF; }
p { color: rgb(213,222,191); }
H1.HeaderClassName
{
color: #D5DEBF;
}
.AnyTagClassName
{
color: #D5DEBF;
}
</style>
background-color css
<style>
a { background-color: #D5DEBF; }
a { background-color: rgb(213,222,191); }
div.DivClassName
{
background-color: #D5DEBF;
}
.BgClassName
{
background-color: #D5DEBF;
}
</style>
border-color css
<style>
span { border-color: #D5DEBF; }
span { border-color: rgb(213,222,191); }
td.TdClassName
{
border-color: #D5DEBF;
}
.TagClassName
{
border-color: #D5DEBF;
}
</style>