Shades of Gin #D9DFC4
Tints of Gin #D9DFC4
RGB
CMYK
RGB Variations
Color information
#D9DFC4 (or 0xD9DFC4) is known color: Gin. HEX triplet: D9, DF and C4. RGB value is (217,223,196). Sum of RGB (Red+Green+Blue) = 217+223+196=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFC4 is #26203B. Grayscale: #DADADA. Windows color (decimal): -2498620 or 12902361. OLE color: 12902361.
HSL color Cylindrical-coordinate representation of color #D9DFC4: hue angle of 73.33º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DFC4 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 196 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.13 |
| HSL | 73.33º | 0.3% | 0.82% | - |
| HSV(B) | 73.33º | 0.12% | 0.87% | - |
| XYZ | 64.97 | 71.51 | 62.6 | - |
| YUV | 218.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 196 | 0.03 | 0 | 0.12 | 0.13 | 73.33 | 0.3 | 0.82 |
| Hex | D9 | DF | C4 | 3 | 0 | C | D | 49 | 1E | 52 |
| Octal | 331 | 337 | 304 | 3 | 0 | 14 | 15 | 111 | 36 | 122 |
| Binary | 11011001 | 11011111 | 11000100 | 11 | 0 | 1100 | 1101 | 1001001 | 11110 | 1010010 |
Color Harmonies of #D9DFC4
Complementary color
Monochromatic Colors of #D9DFC4
Black with #D9DFC4
Text Example
Text Example
White with #D9DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFC4; }
p { color: rgb(217,223,196); }
H1.HeaderClassName
{
color: #D9DFC4;
}
.AnyTagClassName
{
color: #D9DFC4;
}
</style>
background-color css
<style>
a { background-color: #D9DFC4; }
a { background-color: rgb(217,223,196); }
div.DivClassName
{
background-color: #D9DFC4;
}
.BgClassName
{
background-color: #D9DFC4;
}
</style>
border-color css
<style>
span { border-color: #D9DFC4; }
span { border-color: rgb(217,223,196); }
td.TdClassName
{
border-color: #D9DFC4;
}
.TagClassName
{
border-color: #D9DFC4;
}
</style>