Shades of Gin #D4E0BA
Tints of Gin #D4E0BA
RGB
CMYK
RGB Variations
Color information
#D4E0BA (or 0xD4E0BA) is known color: Gin. HEX triplet: D4, E0 and BA. RGB value is (212,224,186). Sum of RGB (Red+Green+Blue) = 212+224+186=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0BA is #2B1F45. Grayscale: #D8D8D8. Windows color (decimal): -2826054 or 12247252. OLE color: 12247252.
HSL color Cylindrical-coordinate representation of color #D4E0BA: hue angle of 78.95º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4E0BA is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 186 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.12 |
| HSL | 78.95º | 0.38% | 0.8% | - |
| HSV(B) | 78.95º | 0.17% | 0.88% | - |
| XYZ | 62.67 | 70.85 | 56.83 | - |
| YUV | 216.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 186 | 0.05 | 0 | 0.17 | 0.12 | 78.95 | 0.38 | 0.8 |
| Hex | D4 | E0 | BA | 5 | 0 | 11 | C | 4F | 26 | 50 |
| Octal | 324 | 340 | 272 | 5 | 0 | 21 | 14 | 117 | 46 | 120 |
| Binary | 11010100 | 11100000 | 10111010 | 101 | 0 | 10001 | 1100 | 1001111 | 100110 | 1010000 |
Color Harmonies of #D4E0BA
Complementary color
Monochromatic Colors of #D4E0BA
Black with #D4E0BA
Text Example
Text Example
White with #D4E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E0BA; }
p { color: rgb(212,224,186); }
H1.HeaderClassName
{
color: #D4E0BA;
}
.AnyTagClassName
{
color: #D4E0BA;
}
</style>
background-color css
<style>
a { background-color: #D4E0BA; }
a { background-color: rgb(212,224,186); }
div.DivClassName
{
background-color: #D4E0BA;
}
.BgClassName
{
background-color: #D4E0BA;
}
</style>
border-color css
<style>
span { border-color: #D4E0BA; }
span { border-color: rgb(212,224,186); }
td.TdClassName
{
border-color: #D4E0BA;
}
.TagClassName
{
border-color: #D4E0BA;
}
</style>