Shades of Gallery #DCD5CF
Tints of Gallery #DCD5CF
RGB
CMYK
RGB Variations
Color information
#DCD5CF (or 0xDCD5CF) is known color: Gallery. HEX triplet: DC, D5 and CF. RGB value is (220,213,207). Sum of RGB (Red+Green+Blue) = 220+213+207=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5CF is #232A30. Grayscale: #D6D6D6. Windows color (decimal): -2304561 or 13620700. OLE color: 13620700.
HSL color Cylindrical-coordinate representation of color #DCD5CF: hue angle of 27.69º degrees, saturation: 0.16, 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 #DCD5CF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 207 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.14 |
| HSL | 27.69º | 0.16% | 0.84% | - |
| HSV(B) | 27.69º | 0.06% | 0.86% | - |
| XYZ | 64.57 | 67.31 | 68.62 | - |
| YUV | 214.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 207 | 0 | 0.03 | 0.06 | 0.14 | 27.69 | 0.16 | 0.84 |
| Hex | DC | D5 | CF | 0 | 3 | 6 | E | 1C | 10 | 54 |
| Octal | 334 | 325 | 317 | 0 | 3 | 6 | 16 | 34 | 20 | 124 |
| Binary | 11011100 | 11010101 | 11001111 | 0 | 11 | 110 | 1110 | 11100 | 10000 | 1010100 |
Color Harmonies of #DCD5CF
Complementary color
Monochromatic Colors of #DCD5CF
Black with #DCD5CF
Text Example
Text Example
White with #DCD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5CF; }
p { color: rgb(220,213,207); }
H1.HeaderClassName
{
color: #DCD5CF;
}
.AnyTagClassName
{
color: #DCD5CF;
}
</style>
background-color css
<style>
a { background-color: #DCD5CF; }
a { background-color: rgb(220,213,207); }
div.DivClassName
{
background-color: #DCD5CF;
}
.BgClassName
{
background-color: #DCD5CF;
}
</style>
border-color css
<style>
span { border-color: #DCD5CF; }
span { border-color: rgb(220,213,207); }
td.TdClassName
{
border-color: #DCD5CF;
}
.TagClassName
{
border-color: #DCD5CF;
}
</style>