Shades of Gin #D3E1B6
Tints of Gin #D3E1B6
RGB
CMYK
RGB Variations
Color information
#D3E1B6 (or 0xD3E1B6) is known color: Gin. HEX triplet: D3, E1 and B6. RGB value is (211,225,182). Sum of RGB (Red+Green+Blue) = 211+225+182=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1B6 is #2C1E49. Grayscale: #D8D8D8. Windows color (decimal): -2891338 or 11985363. OLE color: 11985363.
HSL color Cylindrical-coordinate representation of color #D3E1B6: hue angle of 79.53º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3E1B6 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 182 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.12 |
| HSL | 79.53º | 0.42% | 0.8% | - |
| HSV(B) | 79.53º | 0.19% | 0.88% | - |
| XYZ | 62.23 | 71.08 | 54.7 | - |
| YUV | 215.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 182 | 0.06 | 0 | 0.19 | 0.12 | 79.53 | 0.42 | 0.8 |
| Hex | D3 | E1 | B6 | 6 | 0 | 13 | C | 50 | 2A | 50 |
| Octal | 323 | 341 | 266 | 6 | 0 | 23 | 14 | 120 | 52 | 120 |
| Binary | 11010011 | 11100001 | 10110110 | 110 | 0 | 10011 | 1100 | 1010000 | 101010 | 1010000 |
Color Harmonies of #D3E1B6
Complementary color
Monochromatic Colors of #D3E1B6
Black with #D3E1B6
Text Example
Text Example
White with #D3E1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E1B6; }
p { color: rgb(211,225,182); }
H1.HeaderClassName
{
color: #D3E1B6;
}
.AnyTagClassName
{
color: #D3E1B6;
}
</style>
background-color css
<style>
a { background-color: #D3E1B6; }
a { background-color: rgb(211,225,182); }
div.DivClassName
{
background-color: #D3E1B6;
}
.BgClassName
{
background-color: #D3E1B6;
}
</style>
border-color css
<style>
span { border-color: #D3E1B6; }
span { border-color: rgb(211,225,182); }
td.TdClassName
{
border-color: #D3E1B6;
}
.TagClassName
{
border-color: #D3E1B6;
}
</style>