Shades of Gin #D8E0BF
Tints of Gin #D8E0BF
RGB
CMYK
RGB Variations
Color information
#D8E0BF (or 0xD8E0BF) is known color: Gin. HEX triplet: D8, E0 and BF. RGB value is (216,224,191). Sum of RGB (Red+Green+Blue) = 216+224+191=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0BF is #271F40. Grayscale: #D9D9D9. Windows color (decimal): -2563905 or 12574936. OLE color: 12574936.
HSL color Cylindrical-coordinate representation of color #D8E0BF: hue angle of 74.55º 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 #D8E0BF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 224 | 191 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.12 |
| HSL | 74.55º | 0.35% | 0.81% | - |
| HSV(B) | 74.55º | 0.15% | 0.88% | - |
| XYZ | 64.38 | 71.67 | 59.73 | - |
| YUV | 217.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 191 | 0.04 | 0 | 0.15 | 0.12 | 74.55 | 0.35 | 0.81 |
| Hex | D8 | E0 | BF | 4 | 0 | F | C | 4B | 23 | 51 |
| Octal | 330 | 340 | 277 | 4 | 0 | 17 | 14 | 113 | 43 | 121 |
| Binary | 11011000 | 11100000 | 10111111 | 100 | 0 | 1111 | 1100 | 1001011 | 100011 | 1010001 |
Color Harmonies of #D8E0BF
Complementary color
Monochromatic Colors of #D8E0BF
Black with #D8E0BF
Text Example
Text Example
White with #D8E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E0BF; }
p { color: rgb(216,224,191); }
H1.HeaderClassName
{
color: #D8E0BF;
}
.AnyTagClassName
{
color: #D8E0BF;
}
</style>
background-color css
<style>
a { background-color: #D8E0BF; }
a { background-color: rgb(216,224,191); }
div.DivClassName
{
background-color: #D8E0BF;
}
.BgClassName
{
background-color: #D8E0BF;
}
</style>
border-color css
<style>
span { border-color: #D8E0BF; }
span { border-color: rgb(216,224,191); }
td.TdClassName
{
border-color: #D8E0BF;
}
.TagClassName
{
border-color: #D8E0BF;
}
</style>