Shades of Gin #D6E5BE
Tints of Gin #D6E5BE
RGB
CMYK
RGB Variations
Color information
#D6E5BE (or 0xD6E5BE) is known color: Gin. HEX triplet: D6, E5 and BE. RGB value is (214,229,190). Sum of RGB (Red+Green+Blue) = 214+229+190=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E5BE is #291A41. Grayscale: #DCDCDC. Windows color (decimal): -2693698 or 12510678. OLE color: 12510678.
HSL color Cylindrical-coordinate representation of color #D6E5BE: hue angle of 83.08º 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 #D6E5BE is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 229 | 190 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.10 |
| HSL | 83.08º | 0.43% | 0.82% | - |
| HSV(B) | 83.08º | 0.17% | 0.9% | - |
| XYZ | 65.05 | 74.05 | 59.58 | - |
| YUV | 220.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 229 | 190 | 0.07 | 0 | 0.17 | 0.10 | 83.08 | 0.43 | 0.82 |
| Hex | D6 | E5 | BE | 7 | 0 | 11 | A | 53 | 2B | 52 |
| Octal | 326 | 345 | 276 | 7 | 0 | 21 | 12 | 123 | 53 | 122 |
| Binary | 11010110 | 11100101 | 10111110 | 111 | 0 | 10001 | 1010 | 1010011 | 101011 | 1010010 |
Color Harmonies of #D6E5BE
Complementary color
Monochromatic Colors of #D6E5BE
Black with #D6E5BE
Text Example
Text Example
White with #D6E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E5BE; }
p { color: rgb(214,229,190); }
H1.HeaderClassName
{
color: #D6E5BE;
}
.AnyTagClassName
{
color: #D6E5BE;
}
</style>
background-color css
<style>
a { background-color: #D6E5BE; }
a { background-color: rgb(214,229,190); }
div.DivClassName
{
background-color: #D6E5BE;
}
.BgClassName
{
background-color: #D6E5BE;
}
</style>
border-color css
<style>
span { border-color: #D6E5BE; }
span { border-color: rgb(214,229,190); }
td.TdClassName
{
border-color: #D6E5BE;
}
.TagClassName
{
border-color: #D6E5BE;
}
</style>