Shades of Gin #D6E1BA
Tints of Gin #D6E1BA
RGB
CMYK
RGB Variations
Color information
#D6E1BA (or 0xD6E1BA) is known color: Gin. HEX triplet: D6, E1 and BA. RGB value is (214,225,186). Sum of RGB (Red+Green+Blue) = 214+225+186=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1BA is #291E45. Grayscale: #D9D9D9. Windows color (decimal): -2694726 or 12247510. OLE color: 12247510.
HSL color Cylindrical-coordinate representation of color #D6E1BA: hue angle of 76.92º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6E1BA is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 186 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.12 |
| HSL | 76.92º | 0.39% | 0.81% | - |
| HSV(B) | 76.92º | 0.17% | 0.88% | - |
| XYZ | 63.52 | 71.69 | 56.94 | - |
| YUV | 217.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 186 | 0.05 | 0 | 0.17 | 0.12 | 76.92 | 0.39 | 0.81 |
| Hex | D6 | E1 | BA | 5 | 0 | 11 | C | 4D | 27 | 51 |
| Octal | 326 | 341 | 272 | 5 | 0 | 21 | 14 | 115 | 47 | 121 |
| Binary | 11010110 | 11100001 | 10111010 | 101 | 0 | 10001 | 1100 | 1001101 | 100111 | 1010001 |
Color Harmonies of #D6E1BA
Complementary color
Monochromatic Colors of #D6E1BA
Black with #D6E1BA
Text Example
Text Example
White with #D6E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E1BA; }
p { color: rgb(214,225,186); }
H1.HeaderClassName
{
color: #D6E1BA;
}
.AnyTagClassName
{
color: #D6E1BA;
}
</style>
background-color css
<style>
a { background-color: #D6E1BA; }
a { background-color: rgb(214,225,186); }
div.DivClassName
{
background-color: #D6E1BA;
}
.BgClassName
{
background-color: #D6E1BA;
}
</style>
border-color css
<style>
span { border-color: #D6E1BA; }
span { border-color: rgb(214,225,186); }
td.TdClassName
{
border-color: #D6E1BA;
}
.TagClassName
{
border-color: #D6E1BA;
}
</style>