Shades of Gin #D7DDCD
Tints of Gin #D7DDCD
RGB
CMYK
RGB Variations
Color information
#D7DDCD (or 0xD7DDCD) is known color: Gin. HEX triplet: D7, DD and CD. RGB value is (215,221,205). Sum of RGB (Red+Green+Blue) = 215+221+205=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDCD is #282232. Grayscale: #D9D9D9. Windows color (decimal): -2630195 or 13491671. OLE color: 13491671.
HSL color Cylindrical-coordinate representation of color #D7DDCD: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7DDCD is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 221 | 205 | - |
CMYK | 0.03 | 0 | 0.07 | 0.13 |
HSL | 82.5º | 0.19% | 0.84% | - |
HSV(B) | 82.5º | 0.07% | 0.87% | - |
XYZ | 64.9 | 70.57 | 67.96 | - |
YUV | 217.38 | 121.01 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 205 | 0.03 | 0 | 0.07 | 0.13 | 82.5 | 0.19 | 0.84 |
Hex | D7 | DD | CD | 3 | 0 | 7 | D | 52 | 13 | 54 |
Octal | 327 | 335 | 315 | 3 | 0 | 7 | 15 | 122 | 23 | 124 |
Binary | 11010111 | 11011101 | 11001101 | 11 | 0 | 111 | 1101 | 1010010 | 10011 | 1010100 |
Color Harmonies of #D7DDCD
Complementary color
Monochromatic Colors of #D7DDCD
Black with #D7DDCD
Text Example
Text Example
White with #D7DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDCD; }
p { color: rgb(215,221,205); }
H1.HeaderClassName
{
color: #D7DDCD;
}
.AnyTagClassName
{
color: #D7DDCD;
}
</style>
background-color css
<style>
a { background-color: #D7DDCD; }
a { background-color: rgb(215,221,205); }
div.DivClassName
{
background-color: #D7DDCD;
}
.BgClassName
{
background-color: #D7DDCD;
}
</style>
border-color css
<style>
span { border-color: #D7DDCD; }
span { border-color: rgb(215,221,205); }
td.TdClassName
{
border-color: #D7DDCD;
}
.TagClassName
{
border-color: #D7DDCD;
}
</style>