Shades of Swiss Coffee #DECDC4
Tints of Swiss Coffee #DECDC4
RGB
CMYK
RGB Variations
Color information
#DECDC4 (or 0xDECDC4) is known color: Swiss Coffee. HEX triplet: DE, CD and C4. RGB value is (222,205,196). Sum of RGB (Red+Green+Blue) = 222+205+196=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDC4 is #21323B. Grayscale: #D1D1D1. Windows color (decimal): -2175548 or 12897758. OLE color: 12897758.
HSL color Cylindrical-coordinate representation of color #DECDC4: hue angle of 20.77º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DECDC4 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 205 | 196 | - |
CMYK | 0 | 0.08 | 0.12 | 0.13 |
HSL | 20.77º | 0.28% | 0.82% | - |
HSV(B) | 20.77º | 0.12% | 0.87% | - |
XYZ | 61.92 | 63.18 | 61.16 | - |
YUV | 209.06 | 120.63 | 137.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 205 | 196 | 0 | 0.08 | 0.12 | 0.13 | 20.77 | 0.28 | 0.82 |
Hex | DE | CD | C4 | 0 | 8 | C | D | 15 | 1C | 52 |
Octal | 336 | 315 | 304 | 0 | 10 | 14 | 15 | 25 | 34 | 122 |
Binary | 11011110 | 11001101 | 11000100 | 0 | 1000 | 1100 | 1101 | 10101 | 11100 | 1010010 |
Color Harmonies of #DECDC4
Complementary color
Monochromatic Colors of #DECDC4
Black with #DECDC4
Text Example
Text Example
White with #DECDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDC4; }
p { color: rgb(222,205,196); }
H1.HeaderClassName
{
color: #DECDC4;
}
.AnyTagClassName
{
color: #DECDC4;
}
</style>
background-color css
<style>
a { background-color: #DECDC4; }
a { background-color: rgb(222,205,196); }
div.DivClassName
{
background-color: #DECDC4;
}
.BgClassName
{
background-color: #DECDC4;
}
</style>
border-color css
<style>
span { border-color: #DECDC4; }
span { border-color: rgb(222,205,196); }
td.TdClassName
{
border-color: #DECDC4;
}
.TagClassName
{
border-color: #DECDC4;
}
</style>