Shades of Gin #D5E4BC
Tints of Gin #D5E4BC
RGB
CMYK
RGB Variations
Color information
#D5E4BC (or 0xD5E4BC) is known color: Gin. HEX triplet: D5, E4 and BC. RGB value is (213,228,188). Sum of RGB (Red+Green+Blue) = 213+228+188=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4BC is #2A1B43. Grayscale: #DBDBDB. Windows color (decimal): -2759492 or 12379349. OLE color: 12379349.
HSL color Cylindrical-coordinate representation of color #D5E4BC: hue angle of 82.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5E4BC is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 188 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.11 |
| HSL | 82.5º | 0.43% | 0.82% | - |
| HSV(B) | 82.5º | 0.18% | 0.89% | - |
| XYZ | 64.26 | 73.26 | 58.33 | - |
| YUV | 218.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 188 | 0.07 | 0 | 0.18 | 0.11 | 82.5 | 0.43 | 0.82 |
| Hex | D5 | E4 | BC | 7 | 0 | 12 | B | 52 | 2B | 52 |
| Octal | 325 | 344 | 274 | 7 | 0 | 22 | 13 | 122 | 53 | 122 |
| Binary | 11010101 | 11100100 | 10111100 | 111 | 0 | 10010 | 1011 | 1010010 | 101011 | 1010010 |
Color Harmonies of #D5E4BC
Complementary color
Monochromatic Colors of #D5E4BC
Black with #D5E4BC
Text Example
Text Example
White with #D5E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4BC; }
p { color: rgb(213,228,188); }
H1.HeaderClassName
{
color: #D5E4BC;
}
.AnyTagClassName
{
color: #D5E4BC;
}
</style>
background-color css
<style>
a { background-color: #D5E4BC; }
a { background-color: rgb(213,228,188); }
div.DivClassName
{
background-color: #D5E4BC;
}
.BgClassName
{
background-color: #D5E4BC;
}
</style>
border-color css
<style>
span { border-color: #D5E4BC; }
span { border-color: rgb(213,228,188); }
td.TdClassName
{
border-color: #D5E4BC;
}
.TagClassName
{
border-color: #D5E4BC;
}
</style>