Shades of Gin #D9DFCE
Tints of Gin #D9DFCE
RGB
CMYK
RGB Variations
Color information
#D9DFCE (or 0xD9DFCE) is known color: Gin. HEX triplet: D9, DF and CE. RGB value is (217,223,206). Sum of RGB (Red+Green+Blue) = 217+223+206=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFCE is #262031. Grayscale: #DBDBDB. Windows color (decimal): -2498610 or 13557721. OLE color: 13557721.
HSL color Cylindrical-coordinate representation of color #D9DFCE: hue angle of 81.18º degrees, saturation: 0.21, 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 #D9DFCE is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 223 | 206 | - |
CMYK | 0.03 | 0 | 0.08 | 0.13 |
HSL | 81.18º | 0.21% | 0.84% | - |
HSV(B) | 81.18º | 0.08% | 0.87% | - |
XYZ | 66.14 | 71.98 | 68.8 | - |
YUV | 219.27 | 120.51 | 126.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 223 | 206 | 0.03 | 0 | 0.08 | 0.13 | 81.18 | 0.21 | 0.84 |
Hex | D9 | DF | CE | 3 | 0 | 8 | D | 51 | 15 | 54 |
Octal | 331 | 337 | 316 | 3 | 0 | 10 | 15 | 121 | 25 | 124 |
Binary | 11011001 | 11011111 | 11001110 | 11 | 0 | 1000 | 1101 | 1010001 | 10101 | 1010100 |
Color Harmonies of #D9DFCE
Complementary color
Monochromatic Colors of #D9DFCE
Black with #D9DFCE
Text Example
Text Example
White with #D9DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFCE; }
p { color: rgb(217,223,206); }
H1.HeaderClassName
{
color: #D9DFCE;
}
.AnyTagClassName
{
color: #D9DFCE;
}
</style>
background-color css
<style>
a { background-color: #D9DFCE; }
a { background-color: rgb(217,223,206); }
div.DivClassName
{
background-color: #D9DFCE;
}
.BgClassName
{
background-color: #D9DFCE;
}
</style>
border-color css
<style>
span { border-color: #D9DFCE; }
span { border-color: rgb(217,223,206); }
td.TdClassName
{
border-color: #D9DFCE;
}
.TagClassName
{
border-color: #D9DFCE;
}
</style>