Shades of Swiss Coffee #D6CBC5
Tints of Swiss Coffee #D6CBC5
RGB
CMYK
RGB Variations
Color information
#D6CBC5 (or 0xD6CBC5) is known color: Swiss Coffee. HEX triplet: D6, CB and C5. RGB value is (214,203,197). Sum of RGB (Red+Green+Blue) = 214+203+197=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBC5 is #29343A. Grayscale: #CDCDCD. Windows color (decimal): -2700347 or 12962774. OLE color: 12962774.
HSL color Cylindrical-coordinate representation of color #D6CBC5: hue angle of 21.18º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6CBC5 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 197 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.16 |
| HSL | 21.18º | 0.17% | 0.81% | - |
| HSV(B) | 21.18º | 0.08% | 0.84% | - |
| XYZ | 59.17 | 61.04 | 61.49 | - |
| YUV | 205.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 197 | 0 | 0.05 | 0.08 | 0.16 | 21.18 | 0.17 | 0.81 |
| Hex | D6 | CB | C5 | 0 | 5 | 8 | 10 | 15 | 11 | 51 |
| Octal | 326 | 313 | 305 | 0 | 5 | 10 | 20 | 25 | 21 | 121 |
| Binary | 11010110 | 11001011 | 11000101 | 0 | 101 | 1000 | 10000 | 10101 | 10001 | 1010001 |
Color Harmonies of #D6CBC5
Complementary color
Monochromatic Colors of #D6CBC5
Black with #D6CBC5
Text Example
Text Example
White with #D6CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBC5; }
p { color: rgb(214,203,197); }
H1.HeaderClassName
{
color: #D6CBC5;
}
.AnyTagClassName
{
color: #D6CBC5;
}
</style>
background-color css
<style>
a { background-color: #D6CBC5; }
a { background-color: rgb(214,203,197); }
div.DivClassName
{
background-color: #D6CBC5;
}
.BgClassName
{
background-color: #D6CBC5;
}
</style>
border-color css
<style>
span { border-color: #D6CBC5; }
span { border-color: rgb(214,203,197); }
td.TdClassName
{
border-color: #D6CBC5;
}
.TagClassName
{
border-color: #D6CBC5;
}
</style>