Shades of Swiss Coffee #DDCDC7
Tints of Swiss Coffee #DDCDC7
RGB
CMYK
RGB Variations
Color information
#DDCDC7 (or 0xDDCDC7) is known color: Swiss Coffee. HEX triplet: DD, CD and C7. RGB value is (221,205,199). Sum of RGB (Red+Green+Blue) = 221+205+199=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC7 is #223238. Grayscale: #D1D1D1. Windows color (decimal): -2241081 or 13094365. OLE color: 13094365.
HSL color Cylindrical-coordinate representation of color #DDCDC7: hue angle of 16.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 199 | - |
CMYK | 0 | 0.07 | 0.10 | 0.13 |
HSL | 16.36º | 0.24% | 0.82% | - |
HSV(B) | 16.36º | 0.1% | 0.87% | - |
XYZ | 61.96 | 63.16 | 62.96 | - |
YUV | 209.1 | 122.3 | 136.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 199 | 0 | 0.07 | 0.10 | 0.13 | 16.36 | 0.24 | 0.82 |
Hex | DD | CD | C7 | 0 | 7 | A | D | 10 | 18 | 52 |
Octal | 335 | 315 | 307 | 0 | 7 | 12 | 15 | 20 | 30 | 122 |
Binary | 11011101 | 11001101 | 11000111 | 0 | 111 | 1010 | 1101 | 10000 | 11000 | 1010010 |
Color Harmonies of #DDCDC7
Complementary color
Monochromatic Colors of #DDCDC7
Black with #DDCDC7
Text Example
Text Example
White with #DDCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDC7; }
p { color: rgb(221,205,199); }
H1.HeaderClassName
{
color: #DDCDC7;
}
.AnyTagClassName
{
color: #DDCDC7;
}
</style>
background-color css
<style>
a { background-color: #DDCDC7; }
a { background-color: rgb(221,205,199); }
div.DivClassName
{
background-color: #DDCDC7;
}
.BgClassName
{
background-color: #DDCDC7;
}
</style>
border-color css
<style>
span { border-color: #DDCDC7; }
span { border-color: rgb(221,205,199); }
td.TdClassName
{
border-color: #DDCDC7;
}
.TagClassName
{
border-color: #DDCDC7;
}
</style>