Shades of Swiss Coffee #DECCC3
Tints of Swiss Coffee #DECCC3
RGB
CMYK
RGB Variations
Color information
#DECCC3 (or 0xDECCC3) is known color: Swiss Coffee. HEX triplet: DE, CC and C3. RGB value is (222,204,195). Sum of RGB (Red+Green+Blue) = 222+204+195=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCC3 is #21333C. Grayscale: #D0D0D0. Windows color (decimal): -2175805 or 12831966. OLE color: 12831966.
HSL color Cylindrical-coordinate representation of color #DECCC3: hue angle of 20º 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 #DECCC3 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 195 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.13 |
| HSL | 20º | 0.29% | 0.82% | - |
| HSV(B) | 20º | 0.12% | 0.87% | - |
| XYZ | 61.57 | 62.66 | 60.48 | - |
| YUV | 208.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 195 | 0 | 0.08 | 0.12 | 0.13 | 20 | 0.29 | 0.82 |
| Hex | DE | CC | C3 | 0 | 8 | C | D | 14 | 1D | 52 |
| Octal | 336 | 314 | 303 | 0 | 10 | 14 | 15 | 24 | 35 | 122 |
| Binary | 11011110 | 11001100 | 11000011 | 0 | 1000 | 1100 | 1101 | 10100 | 11101 | 1010010 |
Color Harmonies of #DECCC3
Complementary color
Monochromatic Colors of #DECCC3
Black with #DECCC3
Text Example
Text Example
White with #DECCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCC3; }
p { color: rgb(222,204,195); }
H1.HeaderClassName
{
color: #DECCC3;
}
.AnyTagClassName
{
color: #DECCC3;
}
</style>
background-color css
<style>
a { background-color: #DECCC3; }
a { background-color: rgb(222,204,195); }
div.DivClassName
{
background-color: #DECCC3;
}
.BgClassName
{
background-color: #DECCC3;
}
</style>
border-color css
<style>
span { border-color: #DECCC3; }
span { border-color: rgb(222,204,195); }
td.TdClassName
{
border-color: #DECCC3;
}
.TagClassName
{
border-color: #DECCC3;
}
</style>