Shades of Swiss Coffee #DDCEC5
Tints of Swiss Coffee #DDCEC5
RGB
CMYK
RGB Variations
Color information
#DDCEC5 (or 0xDDCEC5) is known color: Swiss Coffee. HEX triplet: DD, CE and C5. RGB value is (221,206,197). Sum of RGB (Red+Green+Blue) = 221+206+197=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEC5 is #22313A. Grayscale: #D1D1D1. Windows color (decimal): -2240827 or 12963549. OLE color: 12963549.
HSL color Cylindrical-coordinate representation of color #DDCEC5: hue angle of 22.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCEC5 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 197 | - |
CMYK | 0 | 0.07 | 0.11 | 0.13 |
HSL | 22.5º | 0.26% | 0.82% | - |
HSV(B) | 22.5º | 0.11% | 0.87% | - |
XYZ | 61.97 | 63.55 | 61.82 | - |
YUV | 209.46 | 120.97 | 136.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 197 | 0 | 0.07 | 0.11 | 0.13 | 22.5 | 0.26 | 0.82 |
Hex | DD | CE | C5 | 0 | 7 | B | D | 16 | 1A | 52 |
Octal | 335 | 316 | 305 | 0 | 7 | 13 | 15 | 26 | 32 | 122 |
Binary | 11011101 | 11001110 | 11000101 | 0 | 111 | 1011 | 1101 | 10110 | 11010 | 1010010 |
Color Harmonies of #DDCEC5
Complementary color
Monochromatic Colors of #DDCEC5
Black with #DDCEC5
Text Example
Text Example
White with #DDCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEC5; }
p { color: rgb(221,206,197); }
H1.HeaderClassName
{
color: #DDCEC5;
}
.AnyTagClassName
{
color: #DDCEC5;
}
</style>
background-color css
<style>
a { background-color: #DDCEC5; }
a { background-color: rgb(221,206,197); }
div.DivClassName
{
background-color: #DDCEC5;
}
.BgClassName
{
background-color: #DDCEC5;
}
</style>
border-color css
<style>
span { border-color: #DDCEC5; }
span { border-color: rgb(221,206,197); }
td.TdClassName
{
border-color: #DDCEC5;
}
.TagClassName
{
border-color: #DDCEC5;
}
</style>