Shades of Gin #D9EAC2
Tints of Gin #D9EAC2
RGB
CMYK
RGB Variations
Color information
#D9EAC2 (or 0xD9EAC2) is known color: Gin. HEX triplet: D9, EA and C2. RGB value is (217,234,194). Sum of RGB (Red+Green+Blue) = 217+234+194=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EAC2 is #26153D. Grayscale: #E0E0E0. Windows color (decimal): -2495806 or 12774105. OLE color: 12774105.
HSL color Cylindrical-coordinate representation of color #D9EAC2: hue angle of 85.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9EAC2 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 194 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.08 |
| HSL | 85.5º | 0.49% | 0.84% | - |
| HSV(B) | 85.5º | 0.17% | 0.92% | - |
| XYZ | 67.78 | 77.49 | 62.42 | - |
| YUV | 224.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 194 | 0.07 | 0 | 0.17 | 0.08 | 85.5 | 0.49 | 0.84 |
| Hex | D9 | EA | C2 | 7 | 0 | 11 | 8 | 56 | 31 | 54 |
| Octal | 331 | 352 | 302 | 7 | 0 | 21 | 10 | 126 | 61 | 124 |
| Binary | 11011001 | 11101010 | 11000010 | 111 | 0 | 10001 | 1000 | 1010110 | 110001 | 1010100 |
Color Harmonies of #D9EAC2
Complementary color
Monochromatic Colors of #D9EAC2
Black with #D9EAC2
Text Example
Text Example
White with #D9EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EAC2; }
p { color: rgb(217,234,194); }
H1.HeaderClassName
{
color: #D9EAC2;
}
.AnyTagClassName
{
color: #D9EAC2;
}
</style>
background-color css
<style>
a { background-color: #D9EAC2; }
a { background-color: rgb(217,234,194); }
div.DivClassName
{
background-color: #D9EAC2;
}
.BgClassName
{
background-color: #D9EAC2;
}
</style>
border-color css
<style>
span { border-color: #D9EAC2; }
span { border-color: rgb(217,234,194); }
td.TdClassName
{
border-color: #D9EAC2;
}
.TagClassName
{
border-color: #D9EAC2;
}
</style>