Shades of Gin #D5E8BA
Tints of Gin #D5E8BA
RGB
CMYK
RGB Variations
Color information
#D5E8BA (or 0xD5E8BA) is known color: Gin. HEX triplet: D5, E8 and BA. RGB value is (213,232,186). Sum of RGB (Red+Green+Blue) = 213+232+186=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8BA is #2A1745. Grayscale: #DDDDDD. Windows color (decimal): -2758470 or 12249301. OLE color: 12249301.
HSL color Cylindrical-coordinate representation of color #D5E8BA: hue angle of 84.78º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5E8BA is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 186 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.09 |
| HSL | 84.78º | 0.5% | 0.82% | - |
| HSV(B) | 84.78º | 0.2% | 0.91% | - |
| XYZ | 65.16 | 75.4 | 57.57 | - |
| YUV | 221.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 186 | 0.08 | 0 | 0.20 | 0.09 | 84.78 | 0.5 | 0.82 |
| Hex | D5 | E8 | BA | 8 | 0 | 14 | 9 | 55 | 32 | 52 |
| Octal | 325 | 350 | 272 | 10 | 0 | 24 | 11 | 125 | 62 | 122 |
| Binary | 11010101 | 11101000 | 10111010 | 1000 | 0 | 10100 | 1001 | 1010101 | 110010 | 1010010 |
Color Harmonies of #D5E8BA
Complementary color
Monochromatic Colors of #D5E8BA
Black with #D5E8BA
Text Example
Text Example
White with #D5E8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E8BA; }
p { color: rgb(213,232,186); }
H1.HeaderClassName
{
color: #D5E8BA;
}
.AnyTagClassName
{
color: #D5E8BA;
}
</style>
background-color css
<style>
a { background-color: #D5E8BA; }
a { background-color: rgb(213,232,186); }
div.DivClassName
{
background-color: #D5E8BA;
}
.BgClassName
{
background-color: #D5E8BA;
}
</style>
border-color css
<style>
span { border-color: #D5E8BA; }
span { border-color: rgb(213,232,186); }
td.TdClassName
{
border-color: #D5E8BA;
}
.TagClassName
{
border-color: #D5E8BA;
}
</style>