Shades of Gin #D5E0BE
Tints of Gin #D5E0BE
RGB
CMYK
RGB Variations
Color information
#D5E0BE (or 0xD5E0BE) is known color: Gin. HEX triplet: D5, E0 and BE. RGB value is (213,224,190). Sum of RGB (Red+Green+Blue) = 213+224+190=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0BE is #2A1F41. Grayscale: #D8D8D8. Windows color (decimal): -2760514 or 12509397. OLE color: 12509397.
HSL color Cylindrical-coordinate representation of color #D5E0BE: hue angle of 79.41º 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 #D5E0BE is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 190 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.12 |
| HSL | 79.41º | 0.35% | 0.81% | - |
| HSV(B) | 79.41º | 0.15% | 0.88% | - |
| XYZ | 63.39 | 71.18 | 59.11 | - |
| YUV | 216.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 190 | 0.05 | 0 | 0.15 | 0.12 | 79.41 | 0.35 | 0.81 |
| Hex | D5 | E0 | BE | 5 | 0 | F | C | 4F | 23 | 51 |
| Octal | 325 | 340 | 276 | 5 | 0 | 17 | 14 | 117 | 43 | 121 |
| Binary | 11010101 | 11100000 | 10111110 | 101 | 0 | 1111 | 1100 | 1001111 | 100011 | 1010001 |
Color Harmonies of #D5E0BE
Complementary color
Monochromatic Colors of #D5E0BE
Black with #D5E0BE
Text Example
Text Example
White with #D5E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0BE; }
p { color: rgb(213,224,190); }
H1.HeaderClassName
{
color: #D5E0BE;
}
.AnyTagClassName
{
color: #D5E0BE;
}
</style>
background-color css
<style>
a { background-color: #D5E0BE; }
a { background-color: rgb(213,224,190); }
div.DivClassName
{
background-color: #D5E0BE;
}
.BgClassName
{
background-color: #D5E0BE;
}
</style>
border-color css
<style>
span { border-color: #D5E0BE; }
span { border-color: rgb(213,224,190); }
td.TdClassName
{
border-color: #D5E0BE;
}
.TagClassName
{
border-color: #D5E0BE;
}
</style>