Shades of Swiss Coffee #DDCDC5
Tints of Swiss Coffee #DDCDC5
RGB
CMYK
RGB Variations
Color information
#DDCDC5 (or 0xDDCDC5) is known color: Swiss Coffee. HEX triplet: DD, CD and C5. RGB value is (221,205,197). Sum of RGB (Red+Green+Blue) = 221+205+197=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC5 is #22323A. Grayscale: #D0D0D0. Windows color (decimal): -2241083 or 12963293. OLE color: 12963293.
HSL color Cylindrical-coordinate representation of color #DDCDC5: hue angle of 20º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCDC5 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 197 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.13 |
| HSL | 20º | 0.26% | 0.82% | - |
| HSV(B) | 20º | 0.11% | 0.87% | - |
| XYZ | 61.73 | 63.07 | 61.74 | - |
| YUV | 208.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 197 | 0 | 0.07 | 0.11 | 0.13 | 20 | 0.26 | 0.82 |
| Hex | DD | CD | C5 | 0 | 7 | B | D | 14 | 1A | 52 |
| Octal | 335 | 315 | 305 | 0 | 7 | 13 | 15 | 24 | 32 | 122 |
| Binary | 11011101 | 11001101 | 11000101 | 0 | 111 | 1011 | 1101 | 10100 | 11010 | 1010010 |
Color Harmonies of #DDCDC5
Complementary color
Monochromatic Colors of #DDCDC5
Black with #DDCDC5
Text Example
Text Example
White with #DDCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDC5; }
p { color: rgb(221,205,197); }
H1.HeaderClassName
{
color: #DDCDC5;
}
.AnyTagClassName
{
color: #DDCDC5;
}
</style>
background-color css
<style>
a { background-color: #DDCDC5; }
a { background-color: rgb(221,205,197); }
div.DivClassName
{
background-color: #DDCDC5;
}
.BgClassName
{
background-color: #DDCDC5;
}
</style>
border-color css
<style>
span { border-color: #DDCDC5; }
span { border-color: rgb(221,205,197); }
td.TdClassName
{
border-color: #DDCDC5;
}
.TagClassName
{
border-color: #DDCDC5;
}
</style>