Shades of Gin #D5DDC0
Tints of Gin #D5DDC0
RGB
CMYK
RGB Variations
Color information
#D5DDC0 (or 0xD5DDC0) is known color: Gin. HEX triplet: D5, DD and C0. RGB value is (213,221,192). Sum of RGB (Red+Green+Blue) = 213+221+192=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDC0 is #2A223F. Grayscale: #D7D7D7. Windows color (decimal): -2761280 or 12639701. OLE color: 12639701.
HSL color Cylindrical-coordinate representation of color #D5DDC0: hue angle of 76.55º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5DDC0 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 221 | 192 | - |
CMYK | 0.04 | 0 | 0.13 | 0.13 |
HSL | 76.55º | 0.3% | 0.81% | - |
HSV(B) | 76.55º | 0.13% | 0.87% | - |
XYZ | 62.81 | 69.66 | 60.01 | - |
YUV | 215.3 | 114.85 | 126.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 192 | 0.04 | 0 | 0.13 | 0.13 | 76.55 | 0.3 | 0.81 |
Hex | D5 | DD | C0 | 4 | 0 | D | D | 4D | 1E | 51 |
Octal | 325 | 335 | 300 | 4 | 0 | 15 | 15 | 115 | 36 | 121 |
Binary | 11010101 | 11011101 | 11000000 | 100 | 0 | 1101 | 1101 | 1001101 | 11110 | 1010001 |
Color Harmonies of #D5DDC0
Complementary color
Monochromatic Colors of #D5DDC0
Black with #D5DDC0
Text Example
Text Example
White with #D5DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDC0; }
p { color: rgb(213,221,192); }
H1.HeaderClassName
{
color: #D5DDC0;
}
.AnyTagClassName
{
color: #D5DDC0;
}
</style>
background-color css
<style>
a { background-color: #D5DDC0; }
a { background-color: rgb(213,221,192); }
div.DivClassName
{
background-color: #D5DDC0;
}
.BgClassName
{
background-color: #D5DDC0;
}
</style>
border-color css
<style>
span { border-color: #D5DDC0; }
span { border-color: rgb(213,221,192); }
td.TdClassName
{
border-color: #D5DDC0;
}
.TagClassName
{
border-color: #D5DDC0;
}
</style>