Shades of Swiss Coffee #DED1CC
Tints of Swiss Coffee #DED1CC
RGB
CMYK
RGB Variations
Color information
#DED1CC (or 0xDED1CC) is known color: Swiss Coffee. HEX triplet: DE, D1 and CC. RGB value is (222,209,204). Sum of RGB (Red+Green+Blue) = 222+209+204=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1CC is #212E33. Grayscale: #D4D4D4. Windows color (decimal): -2174516 or 13423070. OLE color: 13423070.
HSL color Cylindrical-coordinate representation of color #DED1CC: hue angle of 16.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED1CC is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 204 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.13 |
| HSL | 16.67º | 0.21% | 0.84% | - |
| HSV(B) | 16.67º | 0.08% | 0.87% | - |
| XYZ | 63.82 | 65.49 | 66.4 | - |
| YUV | 212.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 204 | 0 | 0.06 | 0.08 | 0.13 | 16.67 | 0.21 | 0.84 |
| Hex | DE | D1 | CC | 0 | 6 | 8 | D | 11 | 15 | 54 |
| Octal | 336 | 321 | 314 | 0 | 6 | 10 | 15 | 21 | 25 | 124 |
| Binary | 11011110 | 11010001 | 11001100 | 0 | 110 | 1000 | 1101 | 10001 | 10101 | 1010100 |
Color Harmonies of #DED1CC
Complementary color
Monochromatic Colors of #DED1CC
Black with #DED1CC
Text Example
Text Example
White with #DED1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1CC; }
p { color: rgb(222,209,204); }
H1.HeaderClassName
{
color: #DED1CC;
}
.AnyTagClassName
{
color: #DED1CC;
}
</style>
background-color css
<style>
a { background-color: #DED1CC; }
a { background-color: rgb(222,209,204); }
div.DivClassName
{
background-color: #DED1CC;
}
.BgClassName
{
background-color: #DED1CC;
}
</style>
border-color css
<style>
span { border-color: #DED1CC; }
span { border-color: rgb(222,209,204); }
td.TdClassName
{
border-color: #DED1CC;
}
.TagClassName
{
border-color: #DED1CC;
}
</style>