Shades of Gin #D3E1B5
Tints of Gin #D3E1B5
RGB
CMYK
RGB Variations
Color information
#D3E1B5 (or 0xD3E1B5) is known color: Gin. HEX triplet: D3, E1 and B5. RGB value is (211,225,181). Sum of RGB (Red+Green+Blue) = 211+225+181=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1B5 is #2C1E4A. Grayscale: #D7D7D7. Windows color (decimal): -2891339 or 11919827. OLE color: 11919827.
HSL color Cylindrical-coordinate representation of color #D3E1B5: hue angle of 79.09º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3E1B5 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 181 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.12 |
| HSL | 79.09º | 0.42% | 0.8% | - |
| HSV(B) | 79.09º | 0.2% | 0.88% | - |
| XYZ | 62.13 | 71.04 | 54.15 | - |
| YUV | 215.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 181 | 0.06 | 0 | 0.20 | 0.12 | 79.09 | 0.42 | 0.8 |
| Hex | D3 | E1 | B5 | 6 | 0 | 14 | C | 4F | 2A | 50 |
| Octal | 323 | 341 | 265 | 6 | 0 | 24 | 14 | 117 | 52 | 120 |
| Binary | 11010011 | 11100001 | 10110101 | 110 | 0 | 10100 | 1100 | 1001111 | 101010 | 1010000 |
Color Harmonies of #D3E1B5
Complementary color
Monochromatic Colors of #D3E1B5
Black with #D3E1B5
Text Example
Text Example
White with #D3E1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E1B5; }
p { color: rgb(211,225,181); }
H1.HeaderClassName
{
color: #D3E1B5;
}
.AnyTagClassName
{
color: #D3E1B5;
}
</style>
background-color css
<style>
a { background-color: #D3E1B5; }
a { background-color: rgb(211,225,181); }
div.DivClassName
{
background-color: #D3E1B5;
}
.BgClassName
{
background-color: #D3E1B5;
}
</style>
border-color css
<style>
span { border-color: #D3E1B5; }
span { border-color: rgb(211,225,181); }
td.TdClassName
{
border-color: #D3E1B5;
}
.TagClassName
{
border-color: #D3E1B5;
}
</style>