Shades of Gin #D6E0BF
Tints of Gin #D6E0BF
RGB
CMYK
RGB Variations
Color information
#D6E0BF (or 0xD6E0BF) is known color: Gin. HEX triplet: D6, E0 and BF. RGB value is (214,224,191). Sum of RGB (Red+Green+Blue) = 214+224+191=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0BF is #291F40. Grayscale: #D9D9D9. Windows color (decimal): -2694977 or 12574934. OLE color: 12574934.
HSL color Cylindrical-coordinate representation of color #D6E0BF: hue angle of 78.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6E0BF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 191 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.12 |
| HSL | 78.18º | 0.35% | 0.81% | - |
| HSV(B) | 78.18º | 0.15% | 0.88% | - |
| XYZ | 63.79 | 71.37 | 59.7 | - |
| YUV | 217.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 191 | 0.04 | 0 | 0.15 | 0.12 | 78.18 | 0.35 | 0.81 |
| Hex | D6 | E0 | BF | 4 | 0 | F | C | 4E | 23 | 51 |
| Octal | 326 | 340 | 277 | 4 | 0 | 17 | 14 | 116 | 43 | 121 |
| Binary | 11010110 | 11100000 | 10111111 | 100 | 0 | 1111 | 1100 | 1001110 | 100011 | 1010001 |
Color Harmonies of #D6E0BF
Complementary color
Monochromatic Colors of #D6E0BF
Black with #D6E0BF
Text Example
Text Example
White with #D6E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E0BF; }
p { color: rgb(214,224,191); }
H1.HeaderClassName
{
color: #D6E0BF;
}
.AnyTagClassName
{
color: #D6E0BF;
}
</style>
background-color css
<style>
a { background-color: #D6E0BF; }
a { background-color: rgb(214,224,191); }
div.DivClassName
{
background-color: #D6E0BF;
}
.BgClassName
{
background-color: #D6E0BF;
}
</style>
border-color css
<style>
span { border-color: #D6E0BF; }
span { border-color: rgb(214,224,191); }
td.TdClassName
{
border-color: #D6E0BF;
}
.TagClassName
{
border-color: #D6E0BF;
}
</style>