Shades of Swiss Coffee #DDCEC6
Tints of Swiss Coffee #DDCEC6
RGB
CMYK
RGB Variations
Color information
#DDCEC6 (or 0xDDCEC6) is known color: Swiss Coffee. HEX triplet: DD, CE and C6. RGB value is (221,206,198). Sum of RGB (Red+Green+Blue) = 221+206+198=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEC6 is #223139. Grayscale: #D1D1D1. Windows color (decimal): -2240826 or 13029085. OLE color: 13029085.
HSL color Cylindrical-coordinate representation of color #DDCEC6: hue angle of 20.87º degrees, saturation: 0.25, 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 #DDCEC6 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 198 | - |
CMYK | 0 | 0.07 | 0.10 | 0.13 |
HSL | 20.87º | 0.25% | 0.82% | - |
HSV(B) | 20.87º | 0.1% | 0.87% | - |
XYZ | 62.08 | 63.59 | 62.43 | - |
YUV | 209.57 | 121.47 | 136.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 198 | 0 | 0.07 | 0.10 | 0.13 | 20.87 | 0.25 | 0.82 |
Hex | DD | CE | C6 | 0 | 7 | A | D | 15 | 19 | 52 |
Octal | 335 | 316 | 306 | 0 | 7 | 12 | 15 | 25 | 31 | 122 |
Binary | 11011101 | 11001110 | 11000110 | 0 | 111 | 1010 | 1101 | 10101 | 11001 | 1010010 |
Color Harmonies of #DDCEC6
Complementary color
Monochromatic Colors of #DDCEC6
Black with #DDCEC6
Text Example
Text Example
White with #DDCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEC6; }
p { color: rgb(221,206,198); }
H1.HeaderClassName
{
color: #DDCEC6;
}
.AnyTagClassName
{
color: #DDCEC6;
}
</style>
background-color css
<style>
a { background-color: #DDCEC6; }
a { background-color: rgb(221,206,198); }
div.DivClassName
{
background-color: #DDCEC6;
}
.BgClassName
{
background-color: #DDCEC6;
}
</style>
border-color css
<style>
span { border-color: #DDCEC6; }
span { border-color: rgb(221,206,198); }
td.TdClassName
{
border-color: #DDCEC6;
}
.TagClassName
{
border-color: #DDCEC6;
}
</style>