Shades of Gin #D6E2C5
Tints of Gin #D6E2C5
RGB
CMYK
RGB Variations
Color information
#D6E2C5 (or 0xD6E2C5) is known color: Gin. HEX triplet: D6, E2 and C5. RGB value is (214,226,197). Sum of RGB (Red+Green+Blue) = 214+226+197=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E2C5 is #291D3A. Grayscale: #DBDBDB. Windows color (decimal): -2694459 or 12968662. OLE color: 12968662.
HSL color Cylindrical-coordinate representation of color #D6E2C5: hue angle of 84.83º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6E2C5 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 197 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.11 |
| HSL | 84.83º | 0.33% | 0.83% | - |
| HSV(B) | 84.83º | 0.13% | 0.89% | - |
| XYZ | 65.01 | 72.72 | 63.43 | - |
| YUV | 219.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 197 | 0.05 | 0 | 0.13 | 0.11 | 84.83 | 0.33 | 0.83 |
| Hex | D6 | E2 | C5 | 5 | 0 | D | B | 55 | 21 | 53 |
| Octal | 326 | 342 | 305 | 5 | 0 | 15 | 13 | 125 | 41 | 123 |
| Binary | 11010110 | 11100010 | 11000101 | 101 | 0 | 1101 | 1011 | 1010101 | 100001 | 1010011 |
Color Harmonies of #D6E2C5
Complementary color
Monochromatic Colors of #D6E2C5
Black with #D6E2C5
Text Example
Text Example
White with #D6E2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E2C5; }
p { color: rgb(214,226,197); }
H1.HeaderClassName
{
color: #D6E2C5;
}
.AnyTagClassName
{
color: #D6E2C5;
}
</style>
background-color css
<style>
a { background-color: #D6E2C5; }
a { background-color: rgb(214,226,197); }
div.DivClassName
{
background-color: #D6E2C5;
}
.BgClassName
{
background-color: #D6E2C5;
}
</style>
border-color css
<style>
span { border-color: #D6E2C5; }
span { border-color: rgb(214,226,197); }
td.TdClassName
{
border-color: #D6E2C5;
}
.TagClassName
{
border-color: #D6E2C5;
}
</style>