Shades of Gin #D6E0BB
Tints of Gin #D6E0BB
RGB
CMYK
RGB Variations
Color information
#D6E0BB (or 0xD6E0BB) is known color: Gin. HEX triplet: D6, E0 and BB. RGB value is (214,224,187). Sum of RGB (Red+Green+Blue) = 214+224+187=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0BB is #291F44. Grayscale: #D8D8D8. Windows color (decimal): -2694981 or 12312790. OLE color: 12312790.
HSL color Cylindrical-coordinate representation of color #D6E0BB: hue angle of 76.22º degrees, saturation: 0.37, 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 #D6E0BB is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 187 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.12 |
| HSL | 76.22º | 0.37% | 0.81% | - |
| HSV(B) | 76.22º | 0.17% | 0.88% | - |
| XYZ | 63.36 | 71.2 | 57.42 | - |
| YUV | 216.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 187 | 0.04 | 0 | 0.17 | 0.12 | 76.22 | 0.37 | 0.81 |
| Hex | D6 | E0 | BB | 4 | 0 | 11 | C | 4C | 25 | 51 |
| Octal | 326 | 340 | 273 | 4 | 0 | 21 | 14 | 114 | 45 | 121 |
| Binary | 11010110 | 11100000 | 10111011 | 100 | 0 | 10001 | 1100 | 1001100 | 100101 | 1010001 |
Color Harmonies of #D6E0BB
Complementary color
Monochromatic Colors of #D6E0BB
Black with #D6E0BB
Text Example
Text Example
White with #D6E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E0BB; }
p { color: rgb(214,224,187); }
H1.HeaderClassName
{
color: #D6E0BB;
}
.AnyTagClassName
{
color: #D6E0BB;
}
</style>
background-color css
<style>
a { background-color: #D6E0BB; }
a { background-color: rgb(214,224,187); }
div.DivClassName
{
background-color: #D6E0BB;
}
.BgClassName
{
background-color: #D6E0BB;
}
</style>
border-color css
<style>
span { border-color: #D6E0BB; }
span { border-color: rgb(214,224,187); }
td.TdClassName
{
border-color: #D6E0BB;
}
.TagClassName
{
border-color: #D6E0BB;
}
</style>