Shades of Gin #D5DDC9
Tints of Gin #D5DDC9
RGB
CMYK
RGB Variations
Color information
#D5DDC9 (or 0xD5DDC9) is known color: Gin. HEX triplet: D5, DD and C9. RGB value is (213,221,201). Sum of RGB (Red+Green+Blue) = 213+221+201=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDC9 is #2A2236. Grayscale: #D8D8D8. Windows color (decimal): -2761271 or 13229525. OLE color: 13229525.
HSL color Cylindrical-coordinate representation of color #D5DDC9: hue angle of 84º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DDC9 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 221 | 201 | - |
CMYK | 0.04 | 0 | 0.09 | 0.13 |
HSL | 84º | 0.23% | 0.83% | - |
HSV(B) | 84º | 0.09% | 0.87% | - |
XYZ | 63.84 | 70.08 | 65.42 | - |
YUV | 216.33 | 119.35 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 201 | 0.04 | 0 | 0.09 | 0.13 | 84 | 0.23 | 0.83 |
Hex | D5 | DD | C9 | 4 | 0 | 9 | D | 54 | 17 | 53 |
Octal | 325 | 335 | 311 | 4 | 0 | 11 | 15 | 124 | 27 | 123 |
Binary | 11010101 | 11011101 | 11001001 | 100 | 0 | 1001 | 1101 | 1010100 | 10111 | 1010011 |
Color Harmonies of #D5DDC9
Complementary color
Monochromatic Colors of #D5DDC9
Black with #D5DDC9
Text Example
Text Example
White with #D5DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDC9; }
p { color: rgb(213,221,201); }
H1.HeaderClassName
{
color: #D5DDC9;
}
.AnyTagClassName
{
color: #D5DDC9;
}
</style>
background-color css
<style>
a { background-color: #D5DDC9; }
a { background-color: rgb(213,221,201); }
div.DivClassName
{
background-color: #D5DDC9;
}
.BgClassName
{
background-color: #D5DDC9;
}
</style>
border-color css
<style>
span { border-color: #D5DDC9; }
span { border-color: rgb(213,221,201); }
td.TdClassName
{
border-color: #D5DDC9;
}
.TagClassName
{
border-color: #D5DDC9;
}
</style>