Shades of Gin #D8EBBC
Tints of Gin #D8EBBC
RGB
CMYK
RGB Variations
Color information
#D8EBBC (or 0xD8EBBC) is known color: Gin. HEX triplet: D8, EB and BC. RGB value is (216,235,188). Sum of RGB (Red+Green+Blue) = 216+235+188=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBBC is #271443. Grayscale: #E0E0E0. Windows color (decimal): -2561092 or 12381144. OLE color: 12381144.
HSL color Cylindrical-coordinate representation of color #D8EBBC: hue angle of 84.26º degrees, saturation: 0.54, 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 #D8EBBC is Cyan = 0.08, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 235 | 188 | - |
| CMYK | 0.08 | 0 | 0.2 | 0.08 |
| HSL | 84.26º | 0.54% | 0.83% | - |
| HSV(B) | 84.26º | 0.2% | 0.92% | - |
| XYZ | 67.1 | 77.65 | 59.03 | - |
| YUV | 223.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 235 | 188 | 0.08 | 0 | 0.2 | 0.08 | 84.26 | 0.54 | 0.83 |
| Hex | D8 | EB | BC | 8 | 0 | 14 | 8 | 54 | 36 | 53 |
| Octal | 330 | 353 | 274 | 10 | 0 | 24 | 10 | 124 | 66 | 123 |
| Binary | 11011000 | 11101011 | 10111100 | 1000 | 0 | 10100 | 1000 | 1010100 | 110110 | 1010011 |
Color Harmonies of #D8EBBC
Complementary color
Monochromatic Colors of #D8EBBC
Black with #D8EBBC
Text Example
Text Example
White with #D8EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EBBC; }
p { color: rgb(216,235,188); }
H1.HeaderClassName
{
color: #D8EBBC;
}
.AnyTagClassName
{
color: #D8EBBC;
}
</style>
background-color css
<style>
a { background-color: #D8EBBC; }
a { background-color: rgb(216,235,188); }
div.DivClassName
{
background-color: #D8EBBC;
}
.BgClassName
{
background-color: #D8EBBC;
}
</style>
border-color css
<style>
span { border-color: #D8EBBC; }
span { border-color: rgb(216,235,188); }
td.TdClassName
{
border-color: #D8EBBC;
}
.TagClassName
{
border-color: #D8EBBC;
}
</style>