Shades of Gin #D9DFCF
Tints of Gin #D9DFCF
RGB
CMYK
RGB Variations
Color information
#D9DFCF (or 0xD9DFCF) is known color: Gin. HEX triplet: D9, DF and CF. RGB value is (217,223,207). Sum of RGB (Red+Green+Blue) = 217+223+207=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFCF is #262030. Grayscale: #DBDBDB. Windows color (decimal): -2498609 or 13623257. OLE color: 13623257.
HSL color Cylindrical-coordinate representation of color #D9DFCF: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DFCF is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 207 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.13 |
| HSL | 82.5º | 0.2% | 0.84% | - |
| HSV(B) | 82.5º | 0.07% | 0.87% | - |
| XYZ | 66.27 | 72.03 | 69.44 | - |
| YUV | 219.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 207 | 0.03 | 0 | 0.07 | 0.13 | 82.5 | 0.2 | 0.84 |
| Hex | D9 | DF | CF | 3 | 0 | 7 | D | 52 | 14 | 54 |
| Octal | 331 | 337 | 317 | 3 | 0 | 7 | 15 | 122 | 24 | 124 |
| Binary | 11011001 | 11011111 | 11001111 | 11 | 0 | 111 | 1101 | 1010010 | 10100 | 1010100 |
Color Harmonies of #D9DFCF
Complementary color
Monochromatic Colors of #D9DFCF
Black with #D9DFCF
Text Example
Text Example
White with #D9DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFCF; }
p { color: rgb(217,223,207); }
H1.HeaderClassName
{
color: #D9DFCF;
}
.AnyTagClassName
{
color: #D9DFCF;
}
</style>
background-color css
<style>
a { background-color: #D9DFCF; }
a { background-color: rgb(217,223,207); }
div.DivClassName
{
background-color: #D9DFCF;
}
.BgClassName
{
background-color: #D9DFCF;
}
</style>
border-color css
<style>
span { border-color: #D9DFCF; }
span { border-color: rgb(217,223,207); }
td.TdClassName
{
border-color: #D9DFCF;
}
.TagClassName
{
border-color: #D9DFCF;
}
</style>