Shades of Gin #D9DFCD
Tints of Gin #D9DFCD
RGB
CMYK
RGB Variations
Color information
#D9DFCD (or 0xD9DFCD) is known color: Gin. HEX triplet: D9, DF and CD. RGB value is (217,223,205). Sum of RGB (Red+Green+Blue) = 217+223+205=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFCD is #262032. Grayscale: #DBDBDB. Windows color (decimal): -2498611 or 13492185. OLE color: 13492185.
HSL color Cylindrical-coordinate representation of color #D9DFCD: hue angle of 80º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DFCD is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 223 | 205 | - |
CMYK | 0.03 | 0 | 0.08 | 0.13 |
HSL | 80º | 0.22% | 0.84% | - |
HSV(B) | 80º | 0.08% | 0.87% | - |
XYZ | 66.02 | 71.93 | 68.16 | - |
YUV | 219.15 | 120.01 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 223 | 205 | 0.03 | 0 | 0.08 | 0.13 | 80 | 0.22 | 0.84 |
Hex | D9 | DF | CD | 3 | 0 | 8 | D | 50 | 16 | 54 |
Octal | 331 | 337 | 315 | 3 | 0 | 10 | 15 | 120 | 26 | 124 |
Binary | 11011001 | 11011111 | 11001101 | 11 | 0 | 1000 | 1101 | 1010000 | 10110 | 1010100 |
Color Harmonies of #D9DFCD
Complementary color
Monochromatic Colors of #D9DFCD
Black with #D9DFCD
Text Example
Text Example
White with #D9DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFCD; }
p { color: rgb(217,223,205); }
H1.HeaderClassName
{
color: #D9DFCD;
}
.AnyTagClassName
{
color: #D9DFCD;
}
</style>
background-color css
<style>
a { background-color: #D9DFCD; }
a { background-color: rgb(217,223,205); }
div.DivClassName
{
background-color: #D9DFCD;
}
.BgClassName
{
background-color: #D9DFCD;
}
</style>
border-color css
<style>
span { border-color: #D9DFCD; }
span { border-color: rgb(217,223,205); }
td.TdClassName
{
border-color: #D9DFCD;
}
.TagClassName
{
border-color: #D9DFCD;
}
</style>