Shades of Swiss Coffee #DDCCC2
Tints of Swiss Coffee #DDCCC2
RGB
CMYK
RGB Variations
Color information
#DDCCC2 (or 0xDDCCC2) is known color: Swiss Coffee. HEX triplet: DD, CC and C2. RGB value is (221,204,194). Sum of RGB (Red+Green+Blue) = 221+204+194=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC2 is #22333D. Grayscale: #D0D0D0. Windows color (decimal): -2241342 or 12766429. OLE color: 12766429.
HSL color Cylindrical-coordinate representation of color #DDCCC2: hue angle of 22.22º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCCC2 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 194 | - |
CMYK | 0 | 0.08 | 0.12 | 0.13 |
HSL | 22.22º | 0.28% | 0.81% | - |
HSV(B) | 22.22º | 0.12% | 0.87% | - |
XYZ | 61.15 | 62.45 | 59.87 | - |
YUV | 207.94 | 120.13 | 137.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 194 | 0 | 0.08 | 0.12 | 0.13 | 22.22 | 0.28 | 0.81 |
Hex | DD | CC | C2 | 0 | 8 | C | D | 16 | 1C | 51 |
Octal | 335 | 314 | 302 | 0 | 10 | 14 | 15 | 26 | 34 | 121 |
Binary | 11011101 | 11001100 | 11000010 | 0 | 1000 | 1100 | 1101 | 10110 | 11100 | 1010001 |
Color Harmonies of #DDCCC2
Complementary color
Monochromatic Colors of #DDCCC2
Black with #DDCCC2
Text Example
Text Example
White with #DDCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCC2; }
p { color: rgb(221,204,194); }
H1.HeaderClassName
{
color: #DDCCC2;
}
.AnyTagClassName
{
color: #DDCCC2;
}
</style>
background-color css
<style>
a { background-color: #DDCCC2; }
a { background-color: rgb(221,204,194); }
div.DivClassName
{
background-color: #DDCCC2;
}
.BgClassName
{
background-color: #DDCCC2;
}
</style>
border-color css
<style>
span { border-color: #DDCCC2; }
span { border-color: rgb(221,204,194); }
td.TdClassName
{
border-color: #DDCCC2;
}
.TagClassName
{
border-color: #DDCCC2;
}
</style>