Shades of Gallery #DDD6CC
Tints of Gallery #DDD6CC
RGB
CMYK
RGB Variations
Color information
#DDD6CC (or 0xDDD6CC) is known color: Gallery. HEX triplet: DD, D6 and CC. RGB value is (221,214,204). Sum of RGB (Red+Green+Blue) = 221+214+204=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6CC is #222933. Grayscale: #D7D7D7. Windows color (decimal): -2238772 or 13424349. OLE color: 13424349.
HSL color Cylindrical-coordinate representation of color #DDD6CC: hue angle of 35.29º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD6CC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 204 | - |
CMYK | 0 | 0.03 | 0.08 | 0.13 |
HSL | 35.29º | 0.2% | 0.83% | - |
HSV(B) | 35.29º | 0.08% | 0.87% | - |
XYZ | 64.76 | 67.82 | 66.8 | - |
YUV | 214.95 | 121.82 | 132.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 204 | 0 | 0.03 | 0.08 | 0.13 | 35.29 | 0.2 | 0.83 |
Hex | DD | D6 | CC | 0 | 3 | 8 | D | 23 | 14 | 53 |
Octal | 335 | 326 | 314 | 0 | 3 | 10 | 15 | 43 | 24 | 123 |
Binary | 11011101 | 11010110 | 11001100 | 0 | 11 | 1000 | 1101 | 100011 | 10100 | 1010011 |
Color Harmonies of #DDD6CC
Complementary color
Monochromatic Colors of #DDD6CC
Black with #DDD6CC
Text Example
Text Example
White with #DDD6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6CC; }
p { color: rgb(221,214,204); }
H1.HeaderClassName
{
color: #DDD6CC;
}
.AnyTagClassName
{
color: #DDD6CC;
}
</style>
background-color css
<style>
a { background-color: #DDD6CC; }
a { background-color: rgb(221,214,204); }
div.DivClassName
{
background-color: #DDD6CC;
}
.BgClassName
{
background-color: #DDD6CC;
}
</style>
border-color css
<style>
span { border-color: #DDD6CC; }
span { border-color: rgb(221,214,204); }
td.TdClassName
{
border-color: #DDD6CC;
}
.TagClassName
{
border-color: #DDD6CC;
}
</style>