Shades of Gin #D4E1BD
Tints of Gin #D4E1BD
RGB
CMYK
RGB Variations
Color information
#D4E1BD (or 0xD4E1BD) is known color: Gin. HEX triplet: D4, E1 and BD. RGB value is (212,225,189). Sum of RGB (Red+Green+Blue) = 212+225+189=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1BD is #2B1E42. Grayscale: #D9D9D9. Windows color (decimal): -2825795 or 12444116. OLE color: 12444116.
HSL color Cylindrical-coordinate representation of color #D4E1BD: hue angle of 81.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4E1BD is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 189 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.12 |
| HSL | 81.67º | 0.38% | 0.81% | - |
| HSV(B) | 81.67º | 0.16% | 0.88% | - |
| XYZ | 63.26 | 71.52 | 58.61 | - |
| YUV | 217.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 189 | 0.06 | 0 | 0.16 | 0.12 | 81.67 | 0.38 | 0.81 |
| Hex | D4 | E1 | BD | 6 | 0 | 10 | C | 52 | 26 | 51 |
| Octal | 324 | 341 | 275 | 6 | 0 | 20 | 14 | 122 | 46 | 121 |
| Binary | 11010100 | 11100001 | 10111101 | 110 | 0 | 10000 | 1100 | 1010010 | 100110 | 1010001 |
Color Harmonies of #D4E1BD
Complementary color
Monochromatic Colors of #D4E1BD
Black with #D4E1BD
Text Example
Text Example
White with #D4E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E1BD; }
p { color: rgb(212,225,189); }
H1.HeaderClassName
{
color: #D4E1BD;
}
.AnyTagClassName
{
color: #D4E1BD;
}
</style>
background-color css
<style>
a { background-color: #D4E1BD; }
a { background-color: rgb(212,225,189); }
div.DivClassName
{
background-color: #D4E1BD;
}
.BgClassName
{
background-color: #D4E1BD;
}
</style>
border-color css
<style>
span { border-color: #D4E1BD; }
span { border-color: rgb(212,225,189); }
td.TdClassName
{
border-color: #D4E1BD;
}
.TagClassName
{
border-color: #D4E1BD;
}
</style>