Shades of Gin #D5DDC3
Tints of Gin #D5DDC3
RGB
CMYK
RGB Variations
Color information
#D5DDC3 (or 0xD5DDC3) is known color: Gin. HEX triplet: D5, DD and C3. RGB value is (213,221,195). Sum of RGB (Red+Green+Blue) = 213+221+195=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDC3 is #2A223C. Grayscale: #D7D7D7. Windows color (decimal): -2761277 or 12836309. OLE color: 12836309.
HSL color Cylindrical-coordinate representation of color #D5DDC3: hue angle of 78.46º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5DDC3 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 221 | 195 | - |
CMYK | 0.04 | 0 | 0.12 | 0.13 |
HSL | 78.46º | 0.28% | 0.82% | - |
HSV(B) | 78.46º | 0.12% | 0.87% | - |
XYZ | 63.15 | 69.8 | 61.77 | - |
YUV | 215.64 | 116.35 | 126.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 195 | 0.04 | 0 | 0.12 | 0.13 | 78.46 | 0.28 | 0.82 |
Hex | D5 | DD | C3 | 4 | 0 | C | D | 4E | 1C | 52 |
Octal | 325 | 335 | 303 | 4 | 0 | 14 | 15 | 116 | 34 | 122 |
Binary | 11010101 | 11011101 | 11000011 | 100 | 0 | 1100 | 1101 | 1001110 | 11100 | 1010010 |
Color Harmonies of #D5DDC3
Complementary color
Monochromatic Colors of #D5DDC3
Black with #D5DDC3
Text Example
Text Example
White with #D5DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDC3; }
p { color: rgb(213,221,195); }
H1.HeaderClassName
{
color: #D5DDC3;
}
.AnyTagClassName
{
color: #D5DDC3;
}
</style>
background-color css
<style>
a { background-color: #D5DDC3; }
a { background-color: rgb(213,221,195); }
div.DivClassName
{
background-color: #D5DDC3;
}
.BgClassName
{
background-color: #D5DDC3;
}
</style>
border-color css
<style>
span { border-color: #D5DDC3; }
span { border-color: rgb(213,221,195); }
td.TdClassName
{
border-color: #D5DDC3;
}
.TagClassName
{
border-color: #D5DDC3;
}
</style>