Shades of Gin #D9DDD3
Tints of Gin #D9DDD3
RGB
CMYK
RGB Variations
Color information
#D9DDD3 (or 0xD9DDD3) is known color: Gin. HEX triplet: D9, DD and D3. RGB value is (217,221,211). Sum of RGB (Red+Green+Blue) = 217+221+211=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD3 is #26222C. Grayscale: #DADADA. Windows color (decimal): -2499117 or 13884889. OLE color: 13884889.
HSL color Cylindrical-coordinate representation of color #D9DDD3: hue angle of 84º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9DDD3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 221 | 211 | - |
CMYK | 0.02 | 0 | 0.05 | 0.13 |
HSL | 84º | 0.13% | 0.85% | - |
HSV(B) | 84º | 0.05% | 0.87% | - |
XYZ | 66.23 | 71.17 | 71.87 | - |
YUV | 218.66 | 123.67 | 126.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 211 | 0.02 | 0 | 0.05 | 0.13 | 84 | 0.13 | 0.85 |
Hex | D9 | DD | D3 | 2 | 0 | 5 | D | 54 | D | 55 |
Octal | 331 | 335 | 323 | 2 | 0 | 5 | 15 | 124 | 15 | 125 |
Binary | 11011001 | 11011101 | 11010011 | 10 | 0 | 101 | 1101 | 1010100 | 1101 | 1010101 |
Color Harmonies of #D9DDD3
Complementary color
Monochromatic Colors of #D9DDD3
Black with #D9DDD3
Text Example
Text Example
White with #D9DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDD3; }
p { color: rgb(217,221,211); }
H1.HeaderClassName
{
color: #D9DDD3;
}
.AnyTagClassName
{
color: #D9DDD3;
}
</style>
background-color css
<style>
a { background-color: #D9DDD3; }
a { background-color: rgb(217,221,211); }
div.DivClassName
{
background-color: #D9DDD3;
}
.BgClassName
{
background-color: #D9DDD3;
}
</style>
border-color css
<style>
span { border-color: #D9DDD3; }
span { border-color: rgb(217,221,211); }
td.TdClassName
{
border-color: #D9DDD3;
}
.TagClassName
{
border-color: #D9DDD3;
}
</style>