Shades of Gallery #DDD7D1
Tints of Gallery #DDD7D1
RGB
CMYK
RGB Variations
Color information
#DDD7D1 (or 0xDDD7D1) is known color: Gallery. HEX triplet: DD, D7 and D1. RGB value is (221,215,209). Sum of RGB (Red+Green+Blue) = 221+215+209=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7D1 is #22282E. Grayscale: #D8D8D8. Windows color (decimal): -2238511 or 13752285. OLE color: 13752285.
HSL color Cylindrical-coordinate representation of color #DDD7D1: hue angle of 30º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD7D1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 209 | - |
CMYK | 0 | 0.03 | 0.05 | 0.13 |
HSL | 30º | 0.15% | 0.84% | - |
HSV(B) | 30º | 0.05% | 0.87% | - |
XYZ | 65.63 | 68.58 | 70.1 | - |
YUV | 216.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 209 | 0 | 0.03 | 0.05 | 0.13 | 30 | 0.15 | 0.84 |
Hex | DD | D7 | D1 | 0 | 3 | 5 | D | 1E | F | 54 |
Octal | 335 | 327 | 321 | 0 | 3 | 5 | 15 | 36 | 17 | 124 |
Binary | 11011101 | 11010111 | 11010001 | 0 | 11 | 101 | 1101 | 11110 | 1111 | 1010100 |
Color Harmonies of #DDD7D1
Complementary color
Monochromatic Colors of #DDD7D1
Black with #DDD7D1
Text Example
Text Example
White with #DDD7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7D1; }
p { color: rgb(221,215,209); }
H1.HeaderClassName
{
color: #DDD7D1;
}
.AnyTagClassName
{
color: #DDD7D1;
}
</style>
background-color css
<style>
a { background-color: #DDD7D1; }
a { background-color: rgb(221,215,209); }
div.DivClassName
{
background-color: #DDD7D1;
}
.BgClassName
{
background-color: #DDD7D1;
}
</style>
border-color css
<style>
span { border-color: #DDD7D1; }
span { border-color: rgb(221,215,209); }
td.TdClassName
{
border-color: #DDD7D1;
}
.TagClassName
{
border-color: #DDD7D1;
}
</style>