Shades of Gallery #DCD5CE
Tints of Gallery #DCD5CE
RGB
CMYK
RGB Variations
Color information
#DCD5CE (or 0xDCD5CE) is known color: Gallery. HEX triplet: DC, D5 and CE. RGB value is (220,213,206). Sum of RGB (Red+Green+Blue) = 220+213+206=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5CE is #232A31. Grayscale: #D6D6D6. Windows color (decimal): -2304562 or 13555164. OLE color: 13555164.
HSL color Cylindrical-coordinate representation of color #DCD5CE: hue angle of 30º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD5CE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 206 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.14 |
| HSL | 30º | 0.17% | 0.84% | - |
| HSV(B) | 30º | 0.06% | 0.86% | - |
| XYZ | 64.45 | 67.26 | 67.98 | - |
| YUV | 214.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 206 | 0 | 0.03 | 0.06 | 0.14 | 30 | 0.17 | 0.84 |
| Hex | DC | D5 | CE | 0 | 3 | 6 | E | 1E | 11 | 54 |
| Octal | 334 | 325 | 316 | 0 | 3 | 6 | 16 | 36 | 21 | 124 |
| Binary | 11011100 | 11010101 | 11001110 | 0 | 11 | 110 | 1110 | 11110 | 10001 | 1010100 |
Color Harmonies of #DCD5CE
Complementary color
Monochromatic Colors of #DCD5CE
Black with #DCD5CE
Text Example
Text Example
White with #DCD5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5CE; }
p { color: rgb(220,213,206); }
H1.HeaderClassName
{
color: #DCD5CE;
}
.AnyTagClassName
{
color: #DCD5CE;
}
</style>
background-color css
<style>
a { background-color: #DCD5CE; }
a { background-color: rgb(220,213,206); }
div.DivClassName
{
background-color: #DCD5CE;
}
.BgClassName
{
background-color: #DCD5CE;
}
</style>
border-color css
<style>
span { border-color: #DCD5CE; }
span { border-color: rgb(220,213,206); }
td.TdClassName
{
border-color: #DCD5CE;
}
.TagClassName
{
border-color: #DCD5CE;
}
</style>