Shades of Swiss Coffee #DECDC3
Tints of Swiss Coffee #DECDC3
RGB
CMYK
RGB Variations
Color information
#DECDC3 (or 0xDECDC3) is known color: Swiss Coffee. HEX triplet: DE, CD and C3. RGB value is (222,205,195). Sum of RGB (Red+Green+Blue) = 222+205+195=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDC3 is #21323C. Grayscale: #D0D0D0. Windows color (decimal): -2175549 or 12832222. OLE color: 12832222.
HSL color Cylindrical-coordinate representation of color #DECDC3: hue angle of 22.22º degrees, saturation: 0.29, 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 #DECDC3 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 195 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.13 |
| HSL | 22.22º | 0.29% | 0.82% | - |
| HSV(B) | 22.22º | 0.12% | 0.87% | - |
| XYZ | 61.81 | 63.13 | 60.56 | - |
| YUV | 208.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 195 | 0 | 0.08 | 0.12 | 0.13 | 22.22 | 0.29 | 0.82 |
| Hex | DE | CD | C3 | 0 | 8 | C | D | 16 | 1D | 52 |
| Octal | 336 | 315 | 303 | 0 | 10 | 14 | 15 | 26 | 35 | 122 |
| Binary | 11011110 | 11001101 | 11000011 | 0 | 1000 | 1100 | 1101 | 10110 | 11101 | 1010010 |
Color Harmonies of #DECDC3
Complementary color
Monochromatic Colors of #DECDC3
Black with #DECDC3
Text Example
Text Example
White with #DECDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDC3; }
p { color: rgb(222,205,195); }
H1.HeaderClassName
{
color: #DECDC3;
}
.AnyTagClassName
{
color: #DECDC3;
}
</style>
background-color css
<style>
a { background-color: #DECDC3; }
a { background-color: rgb(222,205,195); }
div.DivClassName
{
background-color: #DECDC3;
}
.BgClassName
{
background-color: #DECDC3;
}
</style>
border-color css
<style>
span { border-color: #DECDC3; }
span { border-color: rgb(222,205,195); }
td.TdClassName
{
border-color: #DECDC3;
}
.TagClassName
{
border-color: #DECDC3;
}
</style>