Shades of Swiss Coffee #DCCCC3
Tints of Swiss Coffee #DCCCC3
RGB
CMYK
RGB Variations
Color information
#DCCCC3 (or 0xDCCCC3) is known color: Swiss Coffee. HEX triplet: DC, CC and C3. RGB value is (220,204,195). Sum of RGB (Red+Green+Blue) = 220+204+195=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCC3 is #23333C. Grayscale: #CFCFCF. Windows color (decimal): -2306877 or 12831964. OLE color: 12831964.
HSL color Cylindrical-coordinate representation of color #DCCCC3: hue angle of 21.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCCC3 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 195 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.14 |
| HSL | 21.6º | 0.26% | 0.81% | - |
| HSV(B) | 21.6º | 0.11% | 0.86% | - |
| XYZ | 60.96 | 62.34 | 60.45 | - |
| YUV | 207.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 195 | 0 | 0.07 | 0.11 | 0.14 | 21.6 | 0.26 | 0.81 |
| Hex | DC | CC | C3 | 0 | 7 | B | E | 16 | 1A | 51 |
| Octal | 334 | 314 | 303 | 0 | 7 | 13 | 16 | 26 | 32 | 121 |
| Binary | 11011100 | 11001100 | 11000011 | 0 | 111 | 1011 | 1110 | 10110 | 11010 | 1010001 |
Color Harmonies of #DCCCC3
Complementary color
Monochromatic Colors of #DCCCC3
Black with #DCCCC3
Text Example
Text Example
White with #DCCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCC3; }
p { color: rgb(220,204,195); }
H1.HeaderClassName
{
color: #DCCCC3;
}
.AnyTagClassName
{
color: #DCCCC3;
}
</style>
background-color css
<style>
a { background-color: #DCCCC3; }
a { background-color: rgb(220,204,195); }
div.DivClassName
{
background-color: #DCCCC3;
}
.BgClassName
{
background-color: #DCCCC3;
}
</style>
border-color css
<style>
span { border-color: #DCCCC3; }
span { border-color: rgb(220,204,195); }
td.TdClassName
{
border-color: #DCCCC3;
}
.TagClassName
{
border-color: #DCCCC3;
}
</style>