Shades of Swiss Coffee #D8CBC3
Tints of Swiss Coffee #D8CBC3
RGB
CMYK
RGB Variations
Color information
#D8CBC3 (or 0xD8CBC3) is known color: Swiss Coffee. HEX triplet: D8, CB and C3. RGB value is (216,203,195). Sum of RGB (Red+Green+Blue) = 216+203+195=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBC3 is #27343C. Grayscale: #CECECE. Windows color (decimal): -2569277 or 12831704. OLE color: 12831704.
HSL color Cylindrical-coordinate representation of color #D8CBC3: hue angle of 22.86º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8CBC3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 195 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.15 |
| HSL | 22.86º | 0.21% | 0.81% | - |
| HSV(B) | 22.86º | 0.1% | 0.85% | - |
| XYZ | 59.53 | 61.25 | 60.32 | - |
| YUV | 205.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 195 | 0 | 0.06 | 0.10 | 0.15 | 22.86 | 0.21 | 0.81 |
| Hex | D8 | CB | C3 | 0 | 6 | A | F | 17 | 15 | 51 |
| Octal | 330 | 313 | 303 | 0 | 6 | 12 | 17 | 27 | 25 | 121 |
| Binary | 11011000 | 11001011 | 11000011 | 0 | 110 | 1010 | 1111 | 10111 | 10101 | 1010001 |
Color Harmonies of #D8CBC3
Complementary color
Monochromatic Colors of #D8CBC3
Black with #D8CBC3
Text Example
Text Example
White with #D8CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBC3; }
p { color: rgb(216,203,195); }
H1.HeaderClassName
{
color: #D8CBC3;
}
.AnyTagClassName
{
color: #D8CBC3;
}
</style>
background-color css
<style>
a { background-color: #D8CBC3; }
a { background-color: rgb(216,203,195); }
div.DivClassName
{
background-color: #D8CBC3;
}
.BgClassName
{
background-color: #D8CBC3;
}
</style>
border-color css
<style>
span { border-color: #D8CBC3; }
span { border-color: rgb(216,203,195); }
td.TdClassName
{
border-color: #D8CBC3;
}
.TagClassName
{
border-color: #D8CBC3;
}
</style>