Shades of Swiss Coffee #DDCCC3
Tints of Swiss Coffee #DDCCC3
RGB
CMYK
RGB Variations
Color information
#DDCCC3 (or 0xDDCCC3) is known color: Swiss Coffee. HEX triplet: DD, CC and C3. RGB value is (221,204,195). Sum of RGB (Red+Green+Blue) = 221+204+195=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC3 is #22333C. Grayscale: #D0D0D0. Windows color (decimal): -2241341 or 12831965. OLE color: 12831965.
HSL color Cylindrical-coordinate representation of color #DDCCC3: 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 #DDCCC3 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 195 | - |
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.26 | 62.5 | 60.46 | - |
YUV | 208.06 | 120.63 | 137.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 195 | 0 | 0.08 | 0.12 | 0.13 | 20.77 | 0.28 | 0.82 |
Hex | DD | CC | C3 | 0 | 8 | C | D | 15 | 1C | 52 |
Octal | 335 | 314 | 303 | 0 | 10 | 14 | 15 | 25 | 34 | 122 |
Binary | 11011101 | 11001100 | 11000011 | 0 | 1000 | 1100 | 1101 | 10101 | 11100 | 1010010 |
Color Harmonies of #DDCCC3
Complementary color
Monochromatic Colors of #DDCCC3
Black with #DDCCC3
Text Example
Text Example
White with #DDCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCC3; }
p { color: rgb(221,204,195); }
H1.HeaderClassName
{
color: #DDCCC3;
}
.AnyTagClassName
{
color: #DDCCC3;
}
</style>
background-color css
<style>
a { background-color: #DDCCC3; }
a { background-color: rgb(221,204,195); }
div.DivClassName
{
background-color: #DDCCC3;
}
.BgClassName
{
background-color: #DDCCC3;
}
</style>
border-color css
<style>
span { border-color: #DDCCC3; }
span { border-color: rgb(221,204,195); }
td.TdClassName
{
border-color: #DDCCC3;
}
.TagClassName
{
border-color: #DDCCC3;
}
</style>