Shades of Gin #D5E1BD
Tints of Gin #D5E1BD
RGB
CMYK
RGB Variations
Color information
#D5E1BD (or 0xD5E1BD) is known color: Gin. HEX triplet: D5, E1 and BD. RGB value is (213,225,189). Sum of RGB (Red+Green+Blue) = 213+225+189=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1BD is #2A1E42. Grayscale: #D9D9D9. Windows color (decimal): -2760259 or 12444117. OLE color: 12444117.
HSL color Cylindrical-coordinate representation of color #D5E1BD: hue angle of 80º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5E1BD is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 189 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.12 |
| HSL | 80º | 0.38% | 0.81% | - |
| HSV(B) | 80º | 0.16% | 0.88% | - |
| XYZ | 63.55 | 71.67 | 58.63 | - |
| YUV | 217.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 189 | 0.05 | 0 | 0.16 | 0.12 | 80 | 0.38 | 0.81 |
| Hex | D5 | E1 | BD | 5 | 0 | 10 | C | 50 | 26 | 51 |
| Octal | 325 | 341 | 275 | 5 | 0 | 20 | 14 | 120 | 46 | 121 |
| Binary | 11010101 | 11100001 | 10111101 | 101 | 0 | 10000 | 1100 | 1010000 | 100110 | 1010001 |
Color Harmonies of #D5E1BD
Complementary color
Monochromatic Colors of #D5E1BD
Black with #D5E1BD
Text Example
Text Example
White with #D5E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E1BD; }
p { color: rgb(213,225,189); }
H1.HeaderClassName
{
color: #D5E1BD;
}
.AnyTagClassName
{
color: #D5E1BD;
}
</style>
background-color css
<style>
a { background-color: #D5E1BD; }
a { background-color: rgb(213,225,189); }
div.DivClassName
{
background-color: #D5E1BD;
}
.BgClassName
{
background-color: #D5E1BD;
}
</style>
border-color css
<style>
span { border-color: #D5E1BD; }
span { border-color: rgb(213,225,189); }
td.TdClassName
{
border-color: #D5E1BD;
}
.TagClassName
{
border-color: #D5E1BD;
}
</style>