Shades of Gin #D5DDC6
Tints of Gin #D5DDC6
RGB
CMYK
RGB Variations
Color information
#D5DDC6 (or 0xD5DDC6) is known color: Gin. HEX triplet: D5, DD and C6. RGB value is (213,221,198). Sum of RGB (Red+Green+Blue) = 213+221+198=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDC6 is #2A2239. Grayscale: #D8D8D8. Windows color (decimal): -2761274 or 13032917. OLE color: 13032917.
HSL color Cylindrical-coordinate representation of color #D5DDC6: hue angle of 80.87º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DDC6 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 221 | 198 | - |
CMYK | 0.04 | 0 | 0.10 | 0.13 |
HSL | 80.87º | 0.25% | 0.82% | - |
HSV(B) | 80.87º | 0.1% | 0.87% | - |
XYZ | 63.49 | 69.94 | 63.58 | - |
YUV | 215.99 | 117.85 | 125.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 198 | 0.04 | 0 | 0.10 | 0.13 | 80.87 | 0.25 | 0.82 |
Hex | D5 | DD | C6 | 4 | 0 | A | D | 51 | 19 | 52 |
Octal | 325 | 335 | 306 | 4 | 0 | 12 | 15 | 121 | 31 | 122 |
Binary | 11010101 | 11011101 | 11000110 | 100 | 0 | 1010 | 1101 | 1010001 | 11001 | 1010010 |
Color Harmonies of #D5DDC6
Complementary color
Monochromatic Colors of #D5DDC6
Black with #D5DDC6
Text Example
Text Example
White with #D5DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDC6; }
p { color: rgb(213,221,198); }
H1.HeaderClassName
{
color: #D5DDC6;
}
.AnyTagClassName
{
color: #D5DDC6;
}
</style>
background-color css
<style>
a { background-color: #D5DDC6; }
a { background-color: rgb(213,221,198); }
div.DivClassName
{
background-color: #D5DDC6;
}
.BgClassName
{
background-color: #D5DDC6;
}
</style>
border-color css
<style>
span { border-color: #D5DDC6; }
span { border-color: rgb(213,221,198); }
td.TdClassName
{
border-color: #D5DDC6;
}
.TagClassName
{
border-color: #D5DDC6;
}
</style>