Shades of Swiss Coffee #DDD1CB
Tints of Swiss Coffee #DDD1CB
RGB
CMYK
RGB Variations
Color information
#DDD1CB (or 0xDDD1CB) is known color: Swiss Coffee. HEX triplet: DD, D1 and CB. RGB value is (221,209,203). Sum of RGB (Red+Green+Blue) = 221+209+203=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CB is #222E34. Grayscale: #D3D3D3. Windows color (decimal): -2240053 or 13357533. OLE color: 13357533.
HSL color Cylindrical-coordinate representation of color #DDD1CB: hue angle of 20º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD1CB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 203 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.13 |
| HSL | 20º | 0.21% | 0.83% | - |
| HSV(B) | 20º | 0.08% | 0.87% | - |
| XYZ | 63.4 | 65.28 | 65.76 | - |
| YUV | 211.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 203 | 0 | 0.05 | 0.08 | 0.13 | 20 | 0.21 | 0.83 |
| Hex | DD | D1 | CB | 0 | 5 | 8 | D | 14 | 15 | 53 |
| Octal | 335 | 321 | 313 | 0 | 5 | 10 | 15 | 24 | 25 | 123 |
| Binary | 11011101 | 11010001 | 11001011 | 0 | 101 | 1000 | 1101 | 10100 | 10101 | 1010011 |
Color Harmonies of #DDD1CB
Complementary color
Monochromatic Colors of #DDD1CB
Black with #DDD1CB
Text Example
Text Example
White with #DDD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1CB; }
p { color: rgb(221,209,203); }
H1.HeaderClassName
{
color: #DDD1CB;
}
.AnyTagClassName
{
color: #DDD1CB;
}
</style>
background-color css
<style>
a { background-color: #DDD1CB; }
a { background-color: rgb(221,209,203); }
div.DivClassName
{
background-color: #DDD1CB;
}
.BgClassName
{
background-color: #DDD1CB;
}
</style>
border-color css
<style>
span { border-color: #DDD1CB; }
span { border-color: rgb(221,209,203); }
td.TdClassName
{
border-color: #DDD1CB;
}
.TagClassName
{
border-color: #DDD1CB;
}
</style>