Shades of Swiss Coffee #DDCBC2
Tints of Swiss Coffee #DDCBC2
RGB
CMYK
RGB Variations
Color information
#DDCBC2 (or 0xDDCBC2) is known color: Swiss Coffee. HEX triplet: DD, CB and C2. RGB value is (221,203,194). Sum of RGB (Red+Green+Blue) = 221+203+194=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBC2 is #22343D. Grayscale: #CFCFCF. Windows color (decimal): -2241598 or 12766173. OLE color: 12766173.
HSL color Cylindrical-coordinate representation of color #DDCBC2: hue angle of 20º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCBC2 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 194 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.13 |
| HSL | 20º | 0.28% | 0.81% | - |
| HSV(B) | 20º | 0.12% | 0.87% | - |
| XYZ | 60.91 | 61.98 | 59.79 | - |
| YUV | 207.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 194 | 0 | 0.08 | 0.12 | 0.13 | 20 | 0.28 | 0.81 |
| Hex | DD | CB | C2 | 0 | 8 | C | D | 14 | 1C | 51 |
| Octal | 335 | 313 | 302 | 0 | 10 | 14 | 15 | 24 | 34 | 121 |
| Binary | 11011101 | 11001011 | 11000010 | 0 | 1000 | 1100 | 1101 | 10100 | 11100 | 1010001 |
Color Harmonies of #DDCBC2
Complementary color
Monochromatic Colors of #DDCBC2
Black with #DDCBC2
Text Example
Text Example
White with #DDCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBC2; }
p { color: rgb(221,203,194); }
H1.HeaderClassName
{
color: #DDCBC2;
}
.AnyTagClassName
{
color: #DDCBC2;
}
</style>
background-color css
<style>
a { background-color: #DDCBC2; }
a { background-color: rgb(221,203,194); }
div.DivClassName
{
background-color: #DDCBC2;
}
.BgClassName
{
background-color: #DDCBC2;
}
</style>
border-color css
<style>
span { border-color: #DDCBC2; }
span { border-color: rgb(221,203,194); }
td.TdClassName
{
border-color: #DDCBC2;
}
.TagClassName
{
border-color: #DDCBC2;
}
</style>