Shades of Swiss Coffee #DDCCC4
Tints of Swiss Coffee #DDCCC4
RGB
CMYK
RGB Variations
Color information
#DDCCC4 (or 0xDDCCC4) is known color: Swiss Coffee. HEX triplet: DD, CC and C4. RGB value is (221,204,196). Sum of RGB (Red+Green+Blue) = 221+204+196=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC4 is #22333B. Grayscale: #D0D0D0. Windows color (decimal): -2241340 or 12897501. OLE color: 12897501.
HSL color Cylindrical-coordinate representation of color #DDCCC4: hue angle of 19.2º degrees, saturation: 0.27, 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 #DDCCC4 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 196 | - |
CMYK | 0 | 0.08 | 0.11 | 0.13 |
HSL | 19.2º | 0.27% | 0.82% | - |
HSV(B) | 19.2º | 0.11% | 0.87% | - |
XYZ | 61.38 | 62.54 | 61.06 | - |
YUV | 208.17 | 121.13 | 137.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 196 | 0 | 0.08 | 0.11 | 0.13 | 19.2 | 0.27 | 0.82 |
Hex | DD | CC | C4 | 0 | 8 | B | D | 13 | 1B | 52 |
Octal | 335 | 314 | 304 | 0 | 10 | 13 | 15 | 23 | 33 | 122 |
Binary | 11011101 | 11001100 | 11000100 | 0 | 1000 | 1011 | 1101 | 10011 | 11011 | 1010010 |
Color Harmonies of #DDCCC4
Complementary color
Monochromatic Colors of #DDCCC4
Black with #DDCCC4
Text Example
Text Example
White with #DDCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCC4; }
p { color: rgb(221,204,196); }
H1.HeaderClassName
{
color: #DDCCC4;
}
.AnyTagClassName
{
color: #DDCCC4;
}
</style>
background-color css
<style>
a { background-color: #DDCCC4; }
a { background-color: rgb(221,204,196); }
div.DivClassName
{
background-color: #DDCCC4;
}
.BgClassName
{
background-color: #DDCCC4;
}
</style>
border-color css
<style>
span { border-color: #DDCCC4; }
span { border-color: rgb(221,204,196); }
td.TdClassName
{
border-color: #DDCCC4;
}
.TagClassName
{
border-color: #DDCCC4;
}
</style>