Shades of Gin #D7EABC
Tints of Gin #D7EABC
RGB
CMYK
RGB Variations
Color information
#D7EABC (or 0xD7EABC) is known color: Gin. HEX triplet: D7, EA and BC. RGB value is (215,234,188). Sum of RGB (Red+Green+Blue) = 215+234+188=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EABC is #281543. Grayscale: #DFDFDF. Windows color (decimal): -2626884 or 12380887. OLE color: 12380887.
HSL color Cylindrical-coordinate representation of color #D7EABC: hue angle of 84.78º degrees, saturation: 0.52, 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 #D7EABC is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 188 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.08 |
| HSL | 84.78º | 0.52% | 0.83% | - |
| HSV(B) | 84.78º | 0.2% | 0.92% | - |
| XYZ | 66.52 | 76.92 | 58.92 | - |
| YUV | 223.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 188 | 0.08 | 0 | 0.20 | 0.08 | 84.78 | 0.52 | 0.83 |
| Hex | D7 | EA | BC | 8 | 0 | 14 | 8 | 55 | 34 | 53 |
| Octal | 327 | 352 | 274 | 10 | 0 | 24 | 10 | 125 | 64 | 123 |
| Binary | 11010111 | 11101010 | 10111100 | 1000 | 0 | 10100 | 1000 | 1010101 | 110100 | 1010011 |
Color Harmonies of #D7EABC
Complementary color
Monochromatic Colors of #D7EABC
Black with #D7EABC
Text Example
Text Example
White with #D7EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EABC; }
p { color: rgb(215,234,188); }
H1.HeaderClassName
{
color: #D7EABC;
}
.AnyTagClassName
{
color: #D7EABC;
}
</style>
background-color css
<style>
a { background-color: #D7EABC; }
a { background-color: rgb(215,234,188); }
div.DivClassName
{
background-color: #D7EABC;
}
.BgClassName
{
background-color: #D7EABC;
}
</style>
border-color css
<style>
span { border-color: #D7EABC; }
span { border-color: rgb(215,234,188); }
td.TdClassName
{
border-color: #D7EABC;
}
.TagClassName
{
border-color: #D7EABC;
}
</style>