Shades of Swiss Coffee #D9CECA
Tints of Swiss Coffee #D9CECA
RGB
CMYK
RGB Variations
Color information
#D9CECA (or 0xD9CECA) is known color: Swiss Coffee. HEX triplet: D9, CE and CA. RGB value is (217,206,202). Sum of RGB (Red+Green+Blue) = 217+206+202=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CECA is #263135. Grayscale: #D0D0D0. Windows color (decimal): -2502966 or 13291225. OLE color: 13291225.
HSL color Cylindrical-coordinate representation of color #D9CECA: hue angle of 16º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CECA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 202 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.15 |
| HSL | 16º | 0.16% | 0.82% | - |
| HSV(B) | 16º | 0.07% | 0.85% | - |
| XYZ | 61.35 | 63.16 | 64.83 | - |
| YUV | 208.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 202 | 0 | 0.05 | 0.07 | 0.15 | 16 | 0.16 | 0.82 |
| Hex | D9 | CE | CA | 0 | 5 | 7 | F | 10 | 10 | 52 |
| Octal | 331 | 316 | 312 | 0 | 5 | 7 | 17 | 20 | 20 | 122 |
| Binary | 11011001 | 11001110 | 11001010 | 0 | 101 | 111 | 1111 | 10000 | 10000 | 1010010 |
Color Harmonies of #D9CECA
Complementary color
Monochromatic Colors of #D9CECA
Black with #D9CECA
Text Example
Text Example
White with #D9CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CECA; }
p { color: rgb(217,206,202); }
H1.HeaderClassName
{
color: #D9CECA;
}
.AnyTagClassName
{
color: #D9CECA;
}
</style>
background-color css
<style>
a { background-color: #D9CECA; }
a { background-color: rgb(217,206,202); }
div.DivClassName
{
background-color: #D9CECA;
}
.BgClassName
{
background-color: #D9CECA;
}
</style>
border-color css
<style>
span { border-color: #D9CECA; }
span { border-color: rgb(217,206,202); }
td.TdClassName
{
border-color: #D9CECA;
}
.TagClassName
{
border-color: #D9CECA;
}
</style>