Shades of Gin #D9DFCC
Tints of Gin #D9DFCC
RGB
CMYK
RGB Variations
Color information
#D9DFCC (or 0xD9DFCC) is known color: Gin. HEX triplet: D9, DF and CC. RGB value is (217,223,204). Sum of RGB (Red+Green+Blue) = 217+223+204=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFCC is #262033. Grayscale: #DBDBDB. Windows color (decimal): -2498612 or 13426649. OLE color: 13426649.
HSL color Cylindrical-coordinate representation of color #D9DFCC: hue angle of 78.95º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DFCC is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 204 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.13 |
| HSL | 78.95º | 0.23% | 0.84% | - |
| HSV(B) | 78.95º | 0.09% | 0.87% | - |
| XYZ | 65.9 | 71.89 | 67.53 | - |
| YUV | 219.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 204 | 0.03 | 0 | 0.09 | 0.13 | 78.95 | 0.23 | 0.84 |
| Hex | D9 | DF | CC | 3 | 0 | 9 | D | 4F | 17 | 54 |
| Octal | 331 | 337 | 314 | 3 | 0 | 11 | 15 | 117 | 27 | 124 |
| Binary | 11011001 | 11011111 | 11001100 | 11 | 0 | 1001 | 1101 | 1001111 | 10111 | 1010100 |
Color Harmonies of #D9DFCC
Complementary color
Monochromatic Colors of #D9DFCC
Black with #D9DFCC
Text Example
Text Example
White with #D9DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFCC; }
p { color: rgb(217,223,204); }
H1.HeaderClassName
{
color: #D9DFCC;
}
.AnyTagClassName
{
color: #D9DFCC;
}
</style>
background-color css
<style>
a { background-color: #D9DFCC; }
a { background-color: rgb(217,223,204); }
div.DivClassName
{
background-color: #D9DFCC;
}
.BgClassName
{
background-color: #D9DFCC;
}
</style>
border-color css
<style>
span { border-color: #D9DFCC; }
span { border-color: rgb(217,223,204); }
td.TdClassName
{
border-color: #D9DFCC;
}
.TagClassName
{
border-color: #D9DFCC;
}
</style>