Shades of Gin #D5E0B9
Tints of Gin #D5E0B9
RGB
CMYK
RGB Variations
Color information
#D5E0B9 (or 0xD5E0B9) is known color: Gin. HEX triplet: D5, E0 and B9. RGB value is (213,224,185). Sum of RGB (Red+Green+Blue) = 213+224+185=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0B9 is #2A1F46. Grayscale: #D8D8D8. Windows color (decimal): -2760519 or 12181717. OLE color: 12181717.
HSL color Cylindrical-coordinate representation of color #D5E0B9: hue angle of 76.92º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5E0B9 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 185 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.12 |
| HSL | 76.92º | 0.39% | 0.8% | - |
| HSV(B) | 76.92º | 0.17% | 0.88% | - |
| XYZ | 62.85 | 70.96 | 56.28 | - |
| YUV | 216.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 185 | 0.05 | 0 | 0.17 | 0.12 | 76.92 | 0.39 | 0.8 |
| Hex | D5 | E0 | B9 | 5 | 0 | 11 | C | 4D | 27 | 50 |
| Octal | 325 | 340 | 271 | 5 | 0 | 21 | 14 | 115 | 47 | 120 |
| Binary | 11010101 | 11100000 | 10111001 | 101 | 0 | 10001 | 1100 | 1001101 | 100111 | 1010000 |
Color Harmonies of #D5E0B9
Complementary color
Monochromatic Colors of #D5E0B9
Black with #D5E0B9
Text Example
Text Example
White with #D5E0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0B9; }
p { color: rgb(213,224,185); }
H1.HeaderClassName
{
color: #D5E0B9;
}
.AnyTagClassName
{
color: #D5E0B9;
}
</style>
background-color css
<style>
a { background-color: #D5E0B9; }
a { background-color: rgb(213,224,185); }
div.DivClassName
{
background-color: #D5E0B9;
}
.BgClassName
{
background-color: #D5E0B9;
}
</style>
border-color css
<style>
span { border-color: #D5E0B9; }
span { border-color: rgb(213,224,185); }
td.TdClassName
{
border-color: #D5E0B9;
}
.TagClassName
{
border-color: #D5E0B9;
}
</style>