Shades of Gin #D9DFC8
Tints of Gin #D9DFC8
RGB
CMYK
RGB Variations
Color information
#D9DFC8 (or 0xD9DFC8) is known color: Gin. HEX triplet: D9, DF and C8. RGB value is (217,223,200). Sum of RGB (Red+Green+Blue) = 217+223+200=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFC8 is #262037. Grayscale: #DADADA. Windows color (decimal): -2498616 or 13164505. OLE color: 13164505.
HSL color Cylindrical-coordinate representation of color #D9DFC8: hue angle of 75.65º 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 #D9DFC8 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 200 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.13 |
| HSL | 75.65º | 0.26% | 0.83% | - |
| HSV(B) | 75.65º | 0.1% | 0.87% | - |
| XYZ | 65.43 | 71.7 | 65.03 | - |
| YUV | 218.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 200 | 0.03 | 0 | 0.10 | 0.13 | 75.65 | 0.26 | 0.83 |
| Hex | D9 | DF | C8 | 3 | 0 | A | D | 4C | 1A | 53 |
| Octal | 331 | 337 | 310 | 3 | 0 | 12 | 15 | 114 | 32 | 123 |
| Binary | 11011001 | 11011111 | 11001000 | 11 | 0 | 1010 | 1101 | 1001100 | 11010 | 1010011 |
Color Harmonies of #D9DFC8
Complementary color
Monochromatic Colors of #D9DFC8
Black with #D9DFC8
Text Example
Text Example
White with #D9DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFC8; }
p { color: rgb(217,223,200); }
H1.HeaderClassName
{
color: #D9DFC8;
}
.AnyTagClassName
{
color: #D9DFC8;
}
</style>
background-color css
<style>
a { background-color: #D9DFC8; }
a { background-color: rgb(217,223,200); }
div.DivClassName
{
background-color: #D9DFC8;
}
.BgClassName
{
background-color: #D9DFC8;
}
</style>
border-color css
<style>
span { border-color: #D9DFC8; }
span { border-color: rgb(217,223,200); }
td.TdClassName
{
border-color: #D9DFC8;
}
.TagClassName
{
border-color: #D9DFC8;
}
</style>