Shades of Swiss Coffee #DDCFCA
Tints of Swiss Coffee #DDCFCA
RGB
CMYK
RGB Variations
Color information
#DDCFCA (or 0xDDCFCA) is known color: Swiss Coffee. HEX triplet: DD, CF and CA. RGB value is (221,207,202). Sum of RGB (Red+Green+Blue) = 221+207+202=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFCA is #223035. Grayscale: #D2D2D2. Windows color (decimal): -2240566 or 13291485. OLE color: 13291485.
HSL color Cylindrical-coordinate representation of color #DDCFCA: hue angle of 15.79º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCFCA is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 207 | 202 | - |
CMYK | 0 | 0.06 | 0.09 | 0.13 |
HSL | 15.79º | 0.22% | 0.83% | - |
HSV(B) | 15.79º | 0.09% | 0.87% | - |
XYZ | 62.79 | 64.26 | 64.97 | - |
YUV | 210.62 | 123.14 | 135.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 202 | 0 | 0.06 | 0.09 | 0.13 | 15.79 | 0.22 | 0.83 |
Hex | DD | CF | CA | 0 | 6 | 9 | D | 10 | 16 | 53 |
Octal | 335 | 317 | 312 | 0 | 6 | 11 | 15 | 20 | 26 | 123 |
Binary | 11011101 | 11001111 | 11001010 | 0 | 110 | 1001 | 1101 | 10000 | 10110 | 1010011 |
Color Harmonies of #DDCFCA
Complementary color
Monochromatic Colors of #DDCFCA
Black with #DDCFCA
Text Example
Text Example
White with #DDCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFCA; }
p { color: rgb(221,207,202); }
H1.HeaderClassName
{
color: #DDCFCA;
}
.AnyTagClassName
{
color: #DDCFCA;
}
</style>
background-color css
<style>
a { background-color: #DDCFCA; }
a { background-color: rgb(221,207,202); }
div.DivClassName
{
background-color: #DDCFCA;
}
.BgClassName
{
background-color: #DDCFCA;
}
</style>
border-color css
<style>
span { border-color: #DDCFCA; }
span { border-color: rgb(221,207,202); }
td.TdClassName
{
border-color: #DDCFCA;
}
.TagClassName
{
border-color: #DDCFCA;
}
</style>