Shades of Gin #D9EDB8
Tints of Gin #D9EDB8
RGB
CMYK
RGB Variations
Color information
#D9EDB8 (or 0xD9EDB8) is known color: Gin. HEX triplet: D9, ED and B8. RGB value is (217,237,184). Sum of RGB (Red+Green+Blue) = 217+237+184=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDB8 is #261247. Grayscale: #E1E1E1. Windows color (decimal): -2495048 or 12119513. OLE color: 12119513.
HSL color Cylindrical-coordinate representation of color #D9EDB8: hue angle of 82.64º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9EDB8 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 184 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.07 |
| HSL | 82.64º | 0.6% | 0.83% | - |
| HSV(B) | 82.64º | 0.22% | 0.93% | - |
| XYZ | 67.55 | 78.78 | 56.99 | - |
| YUV | 224.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 184 | 0.08 | 0 | 0.22 | 0.07 | 82.64 | 0.6 | 0.83 |
| Hex | D9 | ED | B8 | 8 | 0 | 16 | 7 | 53 | 3C | 53 |
| Octal | 331 | 355 | 270 | 10 | 0 | 26 | 7 | 123 | 74 | 123 |
| Binary | 11011001 | 11101101 | 10111000 | 1000 | 0 | 10110 | 111 | 1010011 | 111100 | 1010011 |
Color Harmonies of #D9EDB8
Complementary color
Monochromatic Colors of #D9EDB8
Black with #D9EDB8
Text Example
Text Example
White with #D9EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDB8; }
p { color: rgb(217,237,184); }
H1.HeaderClassName
{
color: #D9EDB8;
}
.AnyTagClassName
{
color: #D9EDB8;
}
</style>
background-color css
<style>
a { background-color: #D9EDB8; }
a { background-color: rgb(217,237,184); }
div.DivClassName
{
background-color: #D9EDB8;
}
.BgClassName
{
background-color: #D9EDB8;
}
</style>
border-color css
<style>
span { border-color: #D9EDB8; }
span { border-color: rgb(217,237,184); }
td.TdClassName
{
border-color: #D9EDB8;
}
.TagClassName
{
border-color: #D9EDB8;
}
</style>