Shades of Swiss Coffee #DCCFC9
Tints of Swiss Coffee #DCCFC9
RGB
CMYK
RGB Variations
Color information
#DCCFC9 (or 0xDCCFC9) is known color: Swiss Coffee. HEX triplet: DC, CF and C9. RGB value is (220,207,201). Sum of RGB (Red+Green+Blue) = 220+207+201=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFC9 is #233036. Grayscale: #D2D2D2. Windows color (decimal): -2306103 or 13225948. OLE color: 13225948.
HSL color Cylindrical-coordinate representation of color #DCCFC9: hue angle of 18.95º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCFC9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 207 | 201 | - |
CMYK | 0 | 0.06 | 0.09 | 0.14 |
HSL | 18.95º | 0.21% | 0.83% | - |
HSV(B) | 18.95º | 0.09% | 0.86% | - |
XYZ | 62.37 | 64.06 | 64.34 | - |
YUV | 210.2 | 122.81 | 134.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 201 | 0 | 0.06 | 0.09 | 0.14 | 18.95 | 0.21 | 0.83 |
Hex | DC | CF | C9 | 0 | 6 | 9 | E | 13 | 15 | 53 |
Octal | 334 | 317 | 311 | 0 | 6 | 11 | 16 | 23 | 25 | 123 |
Binary | 11011100 | 11001111 | 11001001 | 0 | 110 | 1001 | 1110 | 10011 | 10101 | 1010011 |
Color Harmonies of #DCCFC9
Complementary color
Monochromatic Colors of #DCCFC9
Black with #DCCFC9
Text Example
Text Example
White with #DCCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFC9; }
p { color: rgb(220,207,201); }
H1.HeaderClassName
{
color: #DCCFC9;
}
.AnyTagClassName
{
color: #DCCFC9;
}
</style>
background-color css
<style>
a { background-color: #DCCFC9; }
a { background-color: rgb(220,207,201); }
div.DivClassName
{
background-color: #DCCFC9;
}
.BgClassName
{
background-color: #DCCFC9;
}
</style>
border-color css
<style>
span { border-color: #DCCFC9; }
span { border-color: rgb(220,207,201); }
td.TdClassName
{
border-color: #DCCFC9;
}
.TagClassName
{
border-color: #DCCFC9;
}
</style>