Shades of Gin #D6E3C0
Tints of Gin #D6E3C0
RGB
CMYK
RGB Variations
Color information
#D6E3C0 (or 0xD6E3C0) is known color: Gin. HEX triplet: D6, E3 and C0. RGB value is (214,227,192). Sum of RGB (Red+Green+Blue) = 214+227+192=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E3C0 is #291C3F. Grayscale: #DBDBDB. Windows color (decimal): -2694208 or 12641238. OLE color: 12641238.
HSL color Cylindrical-coordinate representation of color #D6E3C0: hue angle of 82.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6E3C0 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 227 | 192 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.11 |
| HSL | 82.29º | 0.38% | 0.82% | - |
| HSV(B) | 82.29º | 0.15% | 0.89% | - |
| XYZ | 64.72 | 73.04 | 60.56 | - |
| YUV | 219.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 227 | 192 | 0.06 | 0 | 0.15 | 0.11 | 82.29 | 0.38 | 0.82 |
| Hex | D6 | E3 | C0 | 6 | 0 | F | B | 52 | 26 | 52 |
| Octal | 326 | 343 | 300 | 6 | 0 | 17 | 13 | 122 | 46 | 122 |
| Binary | 11010110 | 11100011 | 11000000 | 110 | 0 | 1111 | 1011 | 1010010 | 100110 | 1010010 |
Color Harmonies of #D6E3C0
Complementary color
Monochromatic Colors of #D6E3C0
Black with #D6E3C0
Text Example
Text Example
White with #D6E3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E3C0; }
p { color: rgb(214,227,192); }
H1.HeaderClassName
{
color: #D6E3C0;
}
.AnyTagClassName
{
color: #D6E3C0;
}
</style>
background-color css
<style>
a { background-color: #D6E3C0; }
a { background-color: rgb(214,227,192); }
div.DivClassName
{
background-color: #D6E3C0;
}
.BgClassName
{
background-color: #D6E3C0;
}
</style>
border-color css
<style>
span { border-color: #D6E3C0; }
span { border-color: rgb(214,227,192); }
td.TdClassName
{
border-color: #D6E3C0;
}
.TagClassName
{
border-color: #D6E3C0;
}
</style>