Shades of Swiss Coffee #D4CECB
Tints of Swiss Coffee #D4CECB
RGB
CMYK
RGB Variations
Color information
#D4CECB (or 0xD4CECB) is known color: Swiss Coffee. HEX triplet: D4, CE and CB. RGB value is (212,206,203). Sum of RGB (Red+Green+Blue) = 212+206+203=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CECB is #2B3134. Grayscale: #CFCFCF. Windows color (decimal): -2830645 or 13356756. OLE color: 13356756.
HSL color Cylindrical-coordinate representation of color #D4CECB: hue angle of 20º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CECB is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 206 | 203 | - |
CMYK | 0 | 0.03 | 0.04 | 0.17 |
HSL | 20º | 0.09% | 0.81% | - |
HSV(B) | 20º | 0.04% | 0.83% | - |
XYZ | 60 | 62.45 | 65.39 | - |
YUV | 207.45 | 125.49 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 203 | 0 | 0.03 | 0.04 | 0.17 | 20 | 0.09 | 0.81 |
Hex | D4 | CE | CB | 0 | 3 | 4 | 11 | 14 | 9 | 51 |
Octal | 324 | 316 | 313 | 0 | 3 | 4 | 21 | 24 | 11 | 121 |
Binary | 11010100 | 11001110 | 11001011 | 0 | 11 | 100 | 10001 | 10100 | 1001 | 1010001 |
Color Harmonies of #D4CECB
Complementary color
Monochromatic Colors of #D4CECB
Black with #D4CECB
Text Example
Text Example
White with #D4CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CECB; }
p { color: rgb(212,206,203); }
H1.HeaderClassName
{
color: #D4CECB;
}
.AnyTagClassName
{
color: #D4CECB;
}
</style>
background-color css
<style>
a { background-color: #D4CECB; }
a { background-color: rgb(212,206,203); }
div.DivClassName
{
background-color: #D4CECB;
}
.BgClassName
{
background-color: #D4CECB;
}
</style>
border-color css
<style>
span { border-color: #D4CECB; }
span { border-color: rgb(212,206,203); }
td.TdClassName
{
border-color: #D4CECB;
}
.TagClassName
{
border-color: #D4CECB;
}
</style>