Shades of Gin #D5E1BC
Tints of Gin #D5E1BC
RGB
CMYK
RGB Variations
Color information
#D5E1BC (or 0xD5E1BC) is known color: Gin. HEX triplet: D5, E1 and BC. RGB value is (213,225,188). Sum of RGB (Red+Green+Blue) = 213+225+188=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1BC is #2A1E43. Grayscale: #D9D9D9. Windows color (decimal): -2760260 or 12378581. OLE color: 12378581.
HSL color Cylindrical-coordinate representation of color #D5E1BC: hue angle of 79.46º 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 #D5E1BC is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 188 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.12 |
| HSL | 79.46º | 0.38% | 0.81% | - |
| HSV(B) | 79.46º | 0.16% | 0.88% | - |
| XYZ | 63.44 | 71.63 | 58.06 | - |
| YUV | 217.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 188 | 0.05 | 0 | 0.16 | 0.12 | 79.46 | 0.38 | 0.81 |
| Hex | D5 | E1 | BC | 5 | 0 | 10 | C | 4F | 26 | 51 |
| Octal | 325 | 341 | 274 | 5 | 0 | 20 | 14 | 117 | 46 | 121 |
| Binary | 11010101 | 11100001 | 10111100 | 101 | 0 | 10000 | 1100 | 1001111 | 100110 | 1010001 |
Color Harmonies of #D5E1BC
Complementary color
Monochromatic Colors of #D5E1BC
Black with #D5E1BC
Text Example
Text Example
White with #D5E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E1BC; }
p { color: rgb(213,225,188); }
H1.HeaderClassName
{
color: #D5E1BC;
}
.AnyTagClassName
{
color: #D5E1BC;
}
</style>
background-color css
<style>
a { background-color: #D5E1BC; }
a { background-color: rgb(213,225,188); }
div.DivClassName
{
background-color: #D5E1BC;
}
.BgClassName
{
background-color: #D5E1BC;
}
</style>
border-color css
<style>
span { border-color: #D5E1BC; }
span { border-color: rgb(213,225,188); }
td.TdClassName
{
border-color: #D5E1BC;
}
.TagClassName
{
border-color: #D5E1BC;
}
</style>