Shades of Swiss Coffee #DCD2CE
Tints of Swiss Coffee #DCD2CE
RGB
CMYK
RGB Variations
Color information
#DCD2CE (or 0xDCD2CE) is known color: Swiss Coffee. HEX triplet: DC, D2 and CE. RGB value is (220,210,206). Sum of RGB (Red+Green+Blue) = 220+210+206=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2CE is #232D31. Grayscale: #D4D4D4. Windows color (decimal): -2305330 or 13554396. OLE color: 13554396.
HSL color Cylindrical-coordinate representation of color #DCD2CE: hue angle of 17.14º 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 #DCD2CE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 206 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.14 |
| HSL | 17.14º | 0.17% | 0.84% | - |
| HSV(B) | 17.14º | 0.06% | 0.86% | - |
| XYZ | 63.7 | 65.77 | 67.73 | - |
| YUV | 212.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 206 | 0 | 0.05 | 0.06 | 0.14 | 17.14 | 0.17 | 0.84 |
| Hex | DC | D2 | CE | 0 | 5 | 6 | E | 11 | 11 | 54 |
| Octal | 334 | 322 | 316 | 0 | 5 | 6 | 16 | 21 | 21 | 124 |
| Binary | 11011100 | 11010010 | 11001110 | 0 | 101 | 110 | 1110 | 10001 | 10001 | 1010100 |
Color Harmonies of #DCD2CE
Complementary color
Monochromatic Colors of #DCD2CE
Black with #DCD2CE
Text Example
Text Example
White with #DCD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2CE; }
p { color: rgb(220,210,206); }
H1.HeaderClassName
{
color: #DCD2CE;
}
.AnyTagClassName
{
color: #DCD2CE;
}
</style>
background-color css
<style>
a { background-color: #DCD2CE; }
a { background-color: rgb(220,210,206); }
div.DivClassName
{
background-color: #DCD2CE;
}
.BgClassName
{
background-color: #DCD2CE;
}
</style>
border-color css
<style>
span { border-color: #DCD2CE; }
span { border-color: rgb(220,210,206); }
td.TdClassName
{
border-color: #DCD2CE;
}
.TagClassName
{
border-color: #DCD2CE;
}
</style>