Shades of Swiss Coffee #D6CFCA
Tints of Swiss Coffee #D6CFCA
RGB
CMYK
RGB Variations
Color information
#D6CFCA (or 0xD6CFCA) is known color: Swiss Coffee. HEX triplet: D6, CF and CA. RGB value is (214,207,202). Sum of RGB (Red+Green+Blue) = 214+207+202=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFCA is #293035. Grayscale: #D0D0D0. Windows color (decimal): -2699318 or 13291478. OLE color: 13291478.
HSL color Cylindrical-coordinate representation of color #D6CFCA: hue angle of 25º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CFCA is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 202 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.16 |
| HSL | 25º | 0.13% | 0.82% | - |
| HSV(B) | 25º | 0.06% | 0.84% | - |
| XYZ | 60.71 | 63.19 | 64.87 | - |
| YUV | 208.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 202 | 0 | 0.03 | 0.06 | 0.16 | 25 | 0.13 | 0.82 |
| Hex | D6 | CF | CA | 0 | 3 | 6 | 10 | 19 | D | 52 |
| Octal | 326 | 317 | 312 | 0 | 3 | 6 | 20 | 31 | 15 | 122 |
| Binary | 11010110 | 11001111 | 11001010 | 0 | 11 | 110 | 10000 | 11001 | 1101 | 1010010 |
Color Harmonies of #D6CFCA
Complementary color
Monochromatic Colors of #D6CFCA
Black with #D6CFCA
Text Example
Text Example
White with #D6CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFCA; }
p { color: rgb(214,207,202); }
H1.HeaderClassName
{
color: #D6CFCA;
}
.AnyTagClassName
{
color: #D6CFCA;
}
</style>
background-color css
<style>
a { background-color: #D6CFCA; }
a { background-color: rgb(214,207,202); }
div.DivClassName
{
background-color: #D6CFCA;
}
.BgClassName
{
background-color: #D6CFCA;
}
</style>
border-color css
<style>
span { border-color: #D6CFCA; }
span { border-color: rgb(214,207,202); }
td.TdClassName
{
border-color: #D6CFCA;
}
.TagClassName
{
border-color: #D6CFCA;
}
</style>