Shades of Swiss Coffee #D5CBC7
Tints of Swiss Coffee #D5CBC7
RGB
CMYK
RGB Variations
Color information
#D5CBC7 (or 0xD5CBC7) is known color: Swiss Coffee. HEX triplet: D5, CB and C7. RGB value is (213,203,199). Sum of RGB (Red+Green+Blue) = 213+203+199=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBC7 is #2A3438. Grayscale: #CDCDCD. Windows color (decimal): -2765881 or 13093845. OLE color: 13093845.
HSL color Cylindrical-coordinate representation of color #D5CBC7: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CBC7 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 199 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.16 |
| HSL | 17.14º | 0.14% | 0.81% | - |
| HSV(B) | 17.14º | 0.07% | 0.84% | - |
| XYZ | 59.11 | 60.98 | 62.69 | - |
| YUV | 205.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 199 | 0 | 0.05 | 0.07 | 0.16 | 17.14 | 0.14 | 0.81 |
| Hex | D5 | CB | C7 | 0 | 5 | 7 | 10 | 11 | E | 51 |
| Octal | 325 | 313 | 307 | 0 | 5 | 7 | 20 | 21 | 16 | 121 |
| Binary | 11010101 | 11001011 | 11000111 | 0 | 101 | 111 | 10000 | 10001 | 1110 | 1010001 |
Color Harmonies of #D5CBC7
Complementary color
Monochromatic Colors of #D5CBC7
Black with #D5CBC7
Text Example
Text Example
White with #D5CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBC7; }
p { color: rgb(213,203,199); }
H1.HeaderClassName
{
color: #D5CBC7;
}
.AnyTagClassName
{
color: #D5CBC7;
}
</style>
background-color css
<style>
a { background-color: #D5CBC7; }
a { background-color: rgb(213,203,199); }
div.DivClassName
{
background-color: #D5CBC7;
}
.BgClassName
{
background-color: #D5CBC7;
}
</style>
border-color css
<style>
span { border-color: #D5CBC7; }
span { border-color: rgb(213,203,199); }
td.TdClassName
{
border-color: #D5CBC7;
}
.TagClassName
{
border-color: #D5CBC7;
}
</style>