Shades of Gin #D8ECBA
Tints of Gin #D8ECBA
RGB
CMYK
RGB Variations
Color information
#D8ECBA (or 0xD8ECBA) is known color: Gin. HEX triplet: D8, EC and BA. RGB value is (216,236,186). Sum of RGB (Red+Green+Blue) = 216+236+186=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #D8ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8ECBA is #271345. Grayscale: #E0E0E0. Windows color (decimal): -2560838 or 12250328. OLE color: 12250328.
HSL color Cylindrical-coordinate representation of color #D8ECBA: hue angle of 84º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ECBA is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 186 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.07 |
| HSL | 84º | 0.57% | 0.83% | - |
| HSV(B) | 84º | 0.21% | 0.93% | - |
| XYZ | 67.18 | 78.14 | 58 | - |
| YUV | 224.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 186 | 0.08 | 0 | 0.21 | 0.07 | 84 | 0.57 | 0.83 |
| Hex | D8 | EC | BA | 8 | 0 | 15 | 7 | 54 | 39 | 53 |
| Octal | 330 | 354 | 272 | 10 | 0 | 25 | 7 | 124 | 71 | 123 |
| Binary | 11011000 | 11101100 | 10111010 | 1000 | 0 | 10101 | 111 | 1010100 | 111001 | 1010011 |
Color Harmonies of #D8ECBA
Complementary color
Monochromatic Colors of #D8ECBA
Black with #D8ECBA
Text Example
Text Example
White with #D8ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ECBA; }
p { color: rgb(216,236,186); }
H1.HeaderClassName
{
color: #D8ECBA;
}
.AnyTagClassName
{
color: #D8ECBA;
}
</style>
background-color css
<style>
a { background-color: #D8ECBA; }
a { background-color: rgb(216,236,186); }
div.DivClassName
{
background-color: #D8ECBA;
}
.BgClassName
{
background-color: #D8ECBA;
}
</style>
border-color css
<style>
span { border-color: #D8ECBA; }
span { border-color: rgb(216,236,186); }
td.TdClassName
{
border-color: #D8ECBA;
}
.TagClassName
{
border-color: #D8ECBA;
}
</style>