Shades of Gin #D9E1C6
Tints of Gin #D9E1C6
RGB
CMYK
RGB Variations
Color information
#D9E1C6 (or 0xD9E1C6) is known color: Gin. HEX triplet: D9, E1 and C6. RGB value is (217,225,198). Sum of RGB (Red+Green+Blue) = 217+225+198=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1C6 is #261E39. Grayscale: #DBDBDB. Windows color (decimal): -2498106 or 13033945. OLE color: 13033945.
HSL color Cylindrical-coordinate representation of color #D9E1C6: hue angle of 77.78º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9E1C6 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 198 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.12 |
| HSL | 77.78º | 0.31% | 0.83% | - |
| HSV(B) | 77.78º | 0.12% | 0.88% | - |
| XYZ | 65.73 | 72.68 | 63.99 | - |
| YUV | 219.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 198 | 0.04 | 0 | 0.12 | 0.12 | 77.78 | 0.31 | 0.83 |
| Hex | D9 | E1 | C6 | 4 | 0 | C | C | 4E | 1F | 53 |
| Octal | 331 | 341 | 306 | 4 | 0 | 14 | 14 | 116 | 37 | 123 |
| Binary | 11011001 | 11100001 | 11000110 | 100 | 0 | 1100 | 1100 | 1001110 | 11111 | 1010011 |
Color Harmonies of #D9E1C6
Complementary color
Monochromatic Colors of #D9E1C6
Black with #D9E1C6
Text Example
Text Example
White with #D9E1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E1C6; }
p { color: rgb(217,225,198); }
H1.HeaderClassName
{
color: #D9E1C6;
}
.AnyTagClassName
{
color: #D9E1C6;
}
</style>
background-color css
<style>
a { background-color: #D9E1C6; }
a { background-color: rgb(217,225,198); }
div.DivClassName
{
background-color: #D9E1C6;
}
.BgClassName
{
background-color: #D9E1C6;
}
</style>
border-color css
<style>
span { border-color: #D9E1C6; }
span { border-color: rgb(217,225,198); }
td.TdClassName
{
border-color: #D9E1C6;
}
.TagClassName
{
border-color: #D9E1C6;
}
</style>