Shades of Gin #D8EABB
Tints of Gin #D8EABB
RGB
CMYK
RGB Variations
Color information
#D8EABB (or 0xD8EABB) is known color: Gin. HEX triplet: D8, EA and BB. RGB value is (216,234,187). Sum of RGB (Red+Green+Blue) = 216+234+187=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EABB is #271544. Grayscale: #DFDFDF. Windows color (decimal): -2561349 or 12315352. OLE color: 12315352.
HSL color Cylindrical-coordinate representation of color #D8EABB: hue angle of 82.98º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8EABB is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 187 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.08 |
| HSL | 82.98º | 0.53% | 0.83% | - |
| HSV(B) | 82.98º | 0.2% | 0.92% | - |
| XYZ | 66.71 | 77.03 | 58.37 | - |
| YUV | 223.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 187 | 0.08 | 0 | 0.20 | 0.08 | 82.98 | 0.53 | 0.83 |
| Hex | D8 | EA | BB | 8 | 0 | 14 | 8 | 53 | 35 | 53 |
| Octal | 330 | 352 | 273 | 10 | 0 | 24 | 10 | 123 | 65 | 123 |
| Binary | 11011000 | 11101010 | 10111011 | 1000 | 0 | 10100 | 1000 | 1010011 | 110101 | 1010011 |
Color Harmonies of #D8EABB
Complementary color
Monochromatic Colors of #D8EABB
Black with #D8EABB
Text Example
Text Example
White with #D8EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EABB; }
p { color: rgb(216,234,187); }
H1.HeaderClassName
{
color: #D8EABB;
}
.AnyTagClassName
{
color: #D8EABB;
}
</style>
background-color css
<style>
a { background-color: #D8EABB; }
a { background-color: rgb(216,234,187); }
div.DivClassName
{
background-color: #D8EABB;
}
.BgClassName
{
background-color: #D8EABB;
}
</style>
border-color css
<style>
span { border-color: #D8EABB; }
span { border-color: rgb(216,234,187); }
td.TdClassName
{
border-color: #D8EABB;
}
.TagClassName
{
border-color: #D8EABB;
}
</style>