Shades of Gin #D5E3BF
Tints of Gin #D5E3BF
RGB
CMYK
RGB Variations
Color information
#D5E3BF (or 0xD5E3BF) is known color: Gin. HEX triplet: D5, E3 and BF. RGB value is (213,227,191). Sum of RGB (Red+Green+Blue) = 213+227+191=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3BF is #2A1C40. Grayscale: #DADADA. Windows color (decimal): -2759745 or 12575701. OLE color: 12575701.
HSL color Cylindrical-coordinate representation of color #D5E3BF: hue angle of 83.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5E3BF is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 191 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.11 |
| HSL | 83.33º | 0.39% | 0.82% | - |
| HSV(B) | 83.33º | 0.16% | 0.89% | - |
| XYZ | 64.31 | 72.85 | 59.96 | - |
| YUV | 218.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 191 | 0.06 | 0 | 0.16 | 0.11 | 83.33 | 0.39 | 0.82 |
| Hex | D5 | E3 | BF | 6 | 0 | 10 | B | 53 | 27 | 52 |
| Octal | 325 | 343 | 277 | 6 | 0 | 20 | 13 | 123 | 47 | 122 |
| Binary | 11010101 | 11100011 | 10111111 | 110 | 0 | 10000 | 1011 | 1010011 | 100111 | 1010010 |
Color Harmonies of #D5E3BF
Complementary color
Monochromatic Colors of #D5E3BF
Black with #D5E3BF
Text Example
Text Example
White with #D5E3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E3BF; }
p { color: rgb(213,227,191); }
H1.HeaderClassName
{
color: #D5E3BF;
}
.AnyTagClassName
{
color: #D5E3BF;
}
</style>
background-color css
<style>
a { background-color: #D5E3BF; }
a { background-color: rgb(213,227,191); }
div.DivClassName
{
background-color: #D5E3BF;
}
.BgClassName
{
background-color: #D5E3BF;
}
</style>
border-color css
<style>
span { border-color: #D5E3BF; }
span { border-color: rgb(213,227,191); }
td.TdClassName
{
border-color: #D5E3BF;
}
.TagClassName
{
border-color: #D5E3BF;
}
</style>