Shades of Swiss Coffee #DED3CC
Tints of Swiss Coffee #DED3CC
RGB
CMYK
RGB Variations
Color information
#DED3CC (or 0xDED3CC) is known color: Swiss Coffee. HEX triplet: DE, D3 and CC. RGB value is (222,211,204). Sum of RGB (Red+Green+Blue) = 222+211+204=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3CC is #212C33. Grayscale: #D5D5D5. Windows color (decimal): -2174004 or 13423582. OLE color: 13423582.
HSL color Cylindrical-coordinate representation of color #DED3CC: hue angle of 23.33º 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 #DED3CC is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 204 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.13 |
| HSL | 23.33º | 0.21% | 0.84% | - |
| HSV(B) | 23.33º | 0.08% | 0.87% | - |
| XYZ | 64.32 | 66.48 | 66.57 | - |
| YUV | 213.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 204 | 0 | 0.05 | 0.08 | 0.13 | 23.33 | 0.21 | 0.84 |
| Hex | DE | D3 | CC | 0 | 5 | 8 | D | 17 | 15 | 54 |
| Octal | 336 | 323 | 314 | 0 | 5 | 10 | 15 | 27 | 25 | 124 |
| Binary | 11011110 | 11010011 | 11001100 | 0 | 101 | 1000 | 1101 | 10111 | 10101 | 1010100 |
Color Harmonies of #DED3CC
Complementary color
Monochromatic Colors of #DED3CC
Black with #DED3CC
Text Example
Text Example
White with #DED3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3CC; }
p { color: rgb(222,211,204); }
H1.HeaderClassName
{
color: #DED3CC;
}
.AnyTagClassName
{
color: #DED3CC;
}
</style>
background-color css
<style>
a { background-color: #DED3CC; }
a { background-color: rgb(222,211,204); }
div.DivClassName
{
background-color: #DED3CC;
}
.BgClassName
{
background-color: #DED3CC;
}
</style>
border-color css
<style>
span { border-color: #DED3CC; }
span { border-color: rgb(222,211,204); }
td.TdClassName
{
border-color: #DED3CC;
}
.TagClassName
{
border-color: #DED3CC;
}
</style>