Shades of Gin #D3E0BE
Tints of Gin #D3E0BE
RGB
CMYK
RGB Variations
Color information
#D3E0BE (or 0xD3E0BE) is known color: Gin. HEX triplet: D3, E0 and BE. RGB value is (211,224,190). Sum of RGB (Red+Green+Blue) = 211+224+190=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0BE is #2C1F41. Grayscale: #D8D8D8. Windows color (decimal): -2891586 or 12509395. OLE color: 12509395.
HSL color Cylindrical-coordinate representation of color #D3E0BE: hue angle of 82.94º 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 #D3E0BE is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 190 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.12 |
| HSL | 82.94º | 0.35% | 0.81% | - |
| HSV(B) | 82.94º | 0.15% | 0.88% | - |
| XYZ | 62.81 | 70.88 | 59.09 | - |
| YUV | 216.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 190 | 0.06 | 0 | 0.15 | 0.12 | 82.94 | 0.35 | 0.81 |
| Hex | D3 | E0 | BE | 6 | 0 | F | C | 53 | 23 | 51 |
| Octal | 323 | 340 | 276 | 6 | 0 | 17 | 14 | 123 | 43 | 121 |
| Binary | 11010011 | 11100000 | 10111110 | 110 | 0 | 1111 | 1100 | 1010011 | 100011 | 1010001 |
Color Harmonies of #D3E0BE
Complementary color
Monochromatic Colors of #D3E0BE
Black with #D3E0BE
Text Example
Text Example
White with #D3E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E0BE; }
p { color: rgb(211,224,190); }
H1.HeaderClassName
{
color: #D3E0BE;
}
.AnyTagClassName
{
color: #D3E0BE;
}
</style>
background-color css
<style>
a { background-color: #D3E0BE; }
a { background-color: rgb(211,224,190); }
div.DivClassName
{
background-color: #D3E0BE;
}
.BgClassName
{
background-color: #D3E0BE;
}
</style>
border-color css
<style>
span { border-color: #D3E0BE; }
span { border-color: rgb(211,224,190); }
td.TdClassName
{
border-color: #D3E0BE;
}
.TagClassName
{
border-color: #D3E0BE;
}
</style>