Shades of Swiss Coffee #DDD1C9
Tints of Swiss Coffee #DDD1C9
RGB
CMYK
RGB Variations
Color information
#DDD1C9 (or 0xDDD1C9) is known color: Swiss Coffee. HEX triplet: DD, D1 and C9. RGB value is (221,209,201). Sum of RGB (Red+Green+Blue) = 221+209+201=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1C9 is #222E36. Grayscale: #D3D3D3. Windows color (decimal): -2240055 or 13226461. OLE color: 13226461.
HSL color Cylindrical-coordinate representation of color #DDD1C9: hue angle of 24º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD1C9 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 201 | - |
CMYK | 0 | 0.05 | 0.09 | 0.13 |
HSL | 24º | 0.23% | 0.83% | - |
HSV(B) | 24º | 0.09% | 0.87% | - |
XYZ | 63.16 | 65.19 | 64.51 | - |
YUV | 211.68 | 121.98 | 134.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 201 | 0 | 0.05 | 0.09 | 0.13 | 24 | 0.23 | 0.83 |
Hex | DD | D1 | C9 | 0 | 5 | 9 | D | 18 | 17 | 53 |
Octal | 335 | 321 | 311 | 0 | 5 | 11 | 15 | 30 | 27 | 123 |
Binary | 11011101 | 11010001 | 11001001 | 0 | 101 | 1001 | 1101 | 11000 | 10111 | 1010011 |
Color Harmonies of #DDD1C9
Complementary color
Monochromatic Colors of #DDD1C9
Black with #DDD1C9
Text Example
Text Example
White with #DDD1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1C9; }
p { color: rgb(221,209,201); }
H1.HeaderClassName
{
color: #DDD1C9;
}
.AnyTagClassName
{
color: #DDD1C9;
}
</style>
background-color css
<style>
a { background-color: #DDD1C9; }
a { background-color: rgb(221,209,201); }
div.DivClassName
{
background-color: #DDD1C9;
}
.BgClassName
{
background-color: #DDD1C9;
}
</style>
border-color css
<style>
span { border-color: #DDD1C9; }
span { border-color: rgb(221,209,201); }
td.TdClassName
{
border-color: #DDD1C9;
}
.TagClassName
{
border-color: #DDD1C9;
}
</style>