Shades of Gin #D9E4C7
Tints of Gin #D9E4C7
RGB
CMYK
RGB Variations
Color information
#D9E4C7 (or 0xD9E4C7) is known color: Gin. HEX triplet: D9, E4 and C7. RGB value is (217,228,199). Sum of RGB (Red+Green+Blue) = 217+228+199=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E4C7 is #261B38. Grayscale: #DDDDDD. Windows color (decimal): -2497337 or 13100249. OLE color: 13100249.
HSL color Cylindrical-coordinate representation of color #D9E4C7: hue angle of 82.76º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9E4C7 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
RGB | 217 | 228 | 199 | - |
CMYK | 0.05 | 0 | 0.13 | 0.11 |
HSL | 82.76º | 0.35% | 0.84% | - |
HSV(B) | 82.76º | 0.13% | 0.89% | - |
XYZ | 66.67 | 74.36 | 64.87 | - |
YUV | 221.41 | 115.36 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 228 | 199 | 0.05 | 0 | 0.13 | 0.11 | 82.76 | 0.35 | 0.84 |
Hex | D9 | E4 | C7 | 5 | 0 | D | B | 53 | 23 | 54 |
Octal | 331 | 344 | 307 | 5 | 0 | 15 | 13 | 123 | 43 | 124 |
Binary | 11011001 | 11100100 | 11000111 | 101 | 0 | 1101 | 1011 | 1010011 | 100011 | 1010100 |
Color Harmonies of #D9E4C7
Complementary color
Monochromatic Colors of #D9E4C7
Black with #D9E4C7
Text Example
Text Example
White with #D9E4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E4C7; }
p { color: rgb(217,228,199); }
H1.HeaderClassName
{
color: #D9E4C7;
}
.AnyTagClassName
{
color: #D9E4C7;
}
</style>
background-color css
<style>
a { background-color: #D9E4C7; }
a { background-color: rgb(217,228,199); }
div.DivClassName
{
background-color: #D9E4C7;
}
.BgClassName
{
background-color: #D9E4C7;
}
</style>
border-color css
<style>
span { border-color: #D9E4C7; }
span { border-color: rgb(217,228,199); }
td.TdClassName
{
border-color: #D9E4C7;
}
.TagClassName
{
border-color: #D9E4C7;
}
</style>