Shades of Swiss Coffee #D9CBC6
Tints of Swiss Coffee #D9CBC6
RGB
CMYK
RGB Variations
Color information
#D9CBC6 (or 0xD9CBC6) is known color: Swiss Coffee. HEX triplet: D9, CB and C6. RGB value is (217,203,198). Sum of RGB (Red+Green+Blue) = 217+203+198=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBC6 is #263439. Grayscale: #CECECE. Windows color (decimal): -2503738 or 13028313. OLE color: 13028313.
HSL color Cylindrical-coordinate representation of color #D9CBC6: hue angle of 15.79º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9CBC6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 198 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.15 |
| HSL | 15.79º | 0.2% | 0.81% | - |
| HSV(B) | 15.79º | 0.09% | 0.85% | - |
| XYZ | 60.16 | 61.54 | 62.13 | - |
| YUV | 206.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 198 | 0 | 0.06 | 0.09 | 0.15 | 15.79 | 0.2 | 0.81 |
| Hex | D9 | CB | C6 | 0 | 6 | 9 | F | 10 | 14 | 51 |
| Octal | 331 | 313 | 306 | 0 | 6 | 11 | 17 | 20 | 24 | 121 |
| Binary | 11011001 | 11001011 | 11000110 | 0 | 110 | 1001 | 1111 | 10000 | 10100 | 1010001 |
Color Harmonies of #D9CBC6
Complementary color
Monochromatic Colors of #D9CBC6
Black with #D9CBC6
Text Example
Text Example
White with #D9CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBC6; }
p { color: rgb(217,203,198); }
H1.HeaderClassName
{
color: #D9CBC6;
}
.AnyTagClassName
{
color: #D9CBC6;
}
</style>
background-color css
<style>
a { background-color: #D9CBC6; }
a { background-color: rgb(217,203,198); }
div.DivClassName
{
background-color: #D9CBC6;
}
.BgClassName
{
background-color: #D9CBC6;
}
</style>
border-color css
<style>
span { border-color: #D9CBC6; }
span { border-color: rgb(217,203,198); }
td.TdClassName
{
border-color: #D9CBC6;
}
.TagClassName
{
border-color: #D9CBC6;
}
</style>