Shades of Gin #D9DFC9
Tints of Gin #D9DFC9
RGB
CMYK
RGB Variations
Color information
#D9DFC9 (or 0xD9DFC9) is known color: Gin. HEX triplet: D9, DF and C9. RGB value is (217,223,201). Sum of RGB (Red+Green+Blue) = 217+223+201=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFC9 is #262036. Grayscale: #DADADA. Windows color (decimal): -2498615 or 13230041. OLE color: 13230041.
HSL color Cylindrical-coordinate representation of color #D9DFC9: hue angle of 76.36º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9DFC9 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 201 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.13 |
| HSL | 76.36º | 0.26% | 0.83% | - |
| HSV(B) | 76.36º | 0.1% | 0.87% | - |
| XYZ | 65.55 | 71.74 | 65.65 | - |
| YUV | 218.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 201 | 0.03 | 0 | 0.10 | 0.13 | 76.36 | 0.26 | 0.83 |
| Hex | D9 | DF | C9 | 3 | 0 | A | D | 4C | 1A | 53 |
| Octal | 331 | 337 | 311 | 3 | 0 | 12 | 15 | 114 | 32 | 123 |
| Binary | 11011001 | 11011111 | 11001001 | 11 | 0 | 1010 | 1101 | 1001100 | 11010 | 1010011 |
Color Harmonies of #D9DFC9
Complementary color
Monochromatic Colors of #D9DFC9
Black with #D9DFC9
Text Example
Text Example
White with #D9DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFC9; }
p { color: rgb(217,223,201); }
H1.HeaderClassName
{
color: #D9DFC9;
}
.AnyTagClassName
{
color: #D9DFC9;
}
</style>
background-color css
<style>
a { background-color: #D9DFC9; }
a { background-color: rgb(217,223,201); }
div.DivClassName
{
background-color: #D9DFC9;
}
.BgClassName
{
background-color: #D9DFC9;
}
</style>
border-color css
<style>
span { border-color: #D9DFC9; }
span { border-color: rgb(217,223,201); }
td.TdClassName
{
border-color: #D9DFC9;
}
.TagClassName
{
border-color: #D9DFC9;
}
</style>