Shades of Swiss Coffee #DCCFC7
Tints of Swiss Coffee #DCCFC7
RGB
CMYK
RGB Variations
Color information
#DCCFC7 (or 0xDCCFC7) is known color: Swiss Coffee. HEX triplet: DC, CF and C7. RGB value is (220,207,199). Sum of RGB (Red+Green+Blue) = 220+207+199=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFC7 is #233038. Grayscale: #D2D2D2. Windows color (decimal): -2306105 or 13094876. OLE color: 13094876.
HSL color Cylindrical-coordinate representation of color #DCCFC7: hue angle of 22.86º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCFC7 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 207 | 199 | - |
CMYK | 0 | 0.06 | 0.10 | 0.14 |
HSL | 22.86º | 0.23% | 0.82% | - |
HSV(B) | 22.86º | 0.1% | 0.86% | - |
XYZ | 62.14 | 63.96 | 63.1 | - |
YUV | 209.98 | 121.81 | 135.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 199 | 0 | 0.06 | 0.10 | 0.14 | 22.86 | 0.23 | 0.82 |
Hex | DC | CF | C7 | 0 | 6 | A | E | 17 | 17 | 52 |
Octal | 334 | 317 | 307 | 0 | 6 | 12 | 16 | 27 | 27 | 122 |
Binary | 11011100 | 11001111 | 11000111 | 0 | 110 | 1010 | 1110 | 10111 | 10111 | 1010010 |
Color Harmonies of #DCCFC7
Complementary color
Monochromatic Colors of #DCCFC7
Black with #DCCFC7
Text Example
Text Example
White with #DCCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFC7; }
p { color: rgb(220,207,199); }
H1.HeaderClassName
{
color: #DCCFC7;
}
.AnyTagClassName
{
color: #DCCFC7;
}
</style>
background-color css
<style>
a { background-color: #DCCFC7; }
a { background-color: rgb(220,207,199); }
div.DivClassName
{
background-color: #DCCFC7;
}
.BgClassName
{
background-color: #DCCFC7;
}
</style>
border-color css
<style>
span { border-color: #DCCFC7; }
span { border-color: rgb(220,207,199); }
td.TdClassName
{
border-color: #DCCFC7;
}
.TagClassName
{
border-color: #DCCFC7;
}
</style>