Shades of Gin #D8E5BE
Tints of Gin #D8E5BE
RGB
CMYK
RGB Variations
Color information
#D8E5BE (or 0xD8E5BE) is known color: Gin. HEX triplet: D8, E5 and BE. RGB value is (216,229,190). Sum of RGB (Red+Green+Blue) = 216+229+190=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #D8E5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E5BE is #271A41. Grayscale: #DCDCDC. Windows color (decimal): -2562626 or 12510680. OLE color: 12510680.
HSL color Cylindrical-coordinate representation of color #D8E5BE: hue angle of 80º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8E5BE is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 229 | 190 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.10 |
| HSL | 80º | 0.43% | 0.82% | - |
| HSV(B) | 80º | 0.17% | 0.9% | - |
| XYZ | 65.63 | 74.36 | 59.61 | - |
| YUV | 220.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 229 | 190 | 0.06 | 0 | 0.17 | 0.10 | 80 | 0.43 | 0.82 |
| Hex | D8 | E5 | BE | 6 | 0 | 11 | A | 50 | 2B | 52 |
| Octal | 330 | 345 | 276 | 6 | 0 | 21 | 12 | 120 | 53 | 122 |
| Binary | 11011000 | 11100101 | 10111110 | 110 | 0 | 10001 | 1010 | 1010000 | 101011 | 1010010 |
Color Harmonies of #D8E5BE
Complementary color
Monochromatic Colors of #D8E5BE
Black with #D8E5BE
Text Example
Text Example
White with #D8E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E5BE; }
p { color: rgb(216,229,190); }
H1.HeaderClassName
{
color: #D8E5BE;
}
.AnyTagClassName
{
color: #D8E5BE;
}
</style>
background-color css
<style>
a { background-color: #D8E5BE; }
a { background-color: rgb(216,229,190); }
div.DivClassName
{
background-color: #D8E5BE;
}
.BgClassName
{
background-color: #D8E5BE;
}
</style>
border-color css
<style>
span { border-color: #D8E5BE; }
span { border-color: rgb(216,229,190); }
td.TdClassName
{
border-color: #D8E5BE;
}
.TagClassName
{
border-color: #D8E5BE;
}
</style>