Shades of Gin #D9DFC7
Tints of Gin #D9DFC7
RGB
CMYK
RGB Variations
Color information
#D9DFC7 (or 0xD9DFC7) is known color: Gin. HEX triplet: D9, DF and C7. RGB value is (217,223,199). Sum of RGB (Red+Green+Blue) = 217+223+199=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFC7 is #262038. Grayscale: #DADADA. Windows color (decimal): -2498617 or 13098969. OLE color: 13098969.
HSL color Cylindrical-coordinate representation of color #D9DFC7: hue angle of 75º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DFC7 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 223 | 199 | - |
CMYK | 0.03 | 0 | 0.11 | 0.13 |
HSL | 75º | 0.27% | 0.83% | - |
HSV(B) | 75º | 0.11% | 0.87% | - |
XYZ | 65.31 | 71.65 | 64.42 | - |
YUV | 218.47 | 117.01 | 126.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 223 | 199 | 0.03 | 0 | 0.11 | 0.13 | 75 | 0.27 | 0.83 |
Hex | D9 | DF | C7 | 3 | 0 | B | D | 4B | 1B | 53 |
Octal | 331 | 337 | 307 | 3 | 0 | 13 | 15 | 113 | 33 | 123 |
Binary | 11011001 | 11011111 | 11000111 | 11 | 0 | 1011 | 1101 | 1001011 | 11011 | 1010011 |
Color Harmonies of #D9DFC7
Complementary color
Monochromatic Colors of #D9DFC7
Black with #D9DFC7
Text Example
Text Example
White with #D9DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFC7; }
p { color: rgb(217,223,199); }
H1.HeaderClassName
{
color: #D9DFC7;
}
.AnyTagClassName
{
color: #D9DFC7;
}
</style>
background-color css
<style>
a { background-color: #D9DFC7; }
a { background-color: rgb(217,223,199); }
div.DivClassName
{
background-color: #D9DFC7;
}
.BgClassName
{
background-color: #D9DFC7;
}
</style>
border-color css
<style>
span { border-color: #D9DFC7; }
span { border-color: rgb(217,223,199); }
td.TdClassName
{
border-color: #D9DFC7;
}
.TagClassName
{
border-color: #D9DFC7;
}
</style>