Shades of Gin #D5E6B9
Tints of Gin #D5E6B9
RGB
CMYK
RGB Variations
Color information
#D5E6B9 (or 0xD5E6B9) is known color: Gin. HEX triplet: D5, E6 and B9. RGB value is (213,230,185). Sum of RGB (Red+Green+Blue) = 213+230+185=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E6B9 is #2A1946. Grayscale: #DBDBDB. Windows color (decimal): -2758983 or 12183253. OLE color: 12183253.
HSL color Cylindrical-coordinate representation of color #D5E6B9: hue angle of 82.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5E6B9 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 185 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.10 |
| HSL | 82.67º | 0.47% | 0.81% | - |
| HSV(B) | 82.67º | 0.2% | 0.9% | - |
| XYZ | 64.49 | 74.24 | 56.83 | - |
| YUV | 219.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 185 | 0.07 | 0 | 0.20 | 0.10 | 82.67 | 0.47 | 0.81 |
| Hex | D5 | E6 | B9 | 7 | 0 | 14 | A | 53 | 2F | 51 |
| Octal | 325 | 346 | 271 | 7 | 0 | 24 | 12 | 123 | 57 | 121 |
| Binary | 11010101 | 11100110 | 10111001 | 111 | 0 | 10100 | 1010 | 1010011 | 101111 | 1010001 |
Color Harmonies of #D5E6B9
Complementary color
Monochromatic Colors of #D5E6B9
Black with #D5E6B9
Text Example
Text Example
White with #D5E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E6B9; }
p { color: rgb(213,230,185); }
H1.HeaderClassName
{
color: #D5E6B9;
}
.AnyTagClassName
{
color: #D5E6B9;
}
</style>
background-color css
<style>
a { background-color: #D5E6B9; }
a { background-color: rgb(213,230,185); }
div.DivClassName
{
background-color: #D5E6B9;
}
.BgClassName
{
background-color: #D5E6B9;
}
</style>
border-color css
<style>
span { border-color: #D5E6B9; }
span { border-color: rgb(213,230,185); }
td.TdClassName
{
border-color: #D5E6B9;
}
.TagClassName
{
border-color: #D5E6B9;
}
</style>