Shades of Swiss Coffee #DAD3CF
Tints of Swiss Coffee #DAD3CF
RGB
CMYK
RGB Variations
Color information
#DAD3CF (or 0xDAD3CF) is known color: Swiss Coffee. HEX triplet: DA, D3 and CF. RGB value is (218,211,207). Sum of RGB (Red+Green+Blue) = 218+211+207=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3CF is #252C30. Grayscale: #D4D4D4. Windows color (decimal): -2436145 or 13620186. OLE color: 13620186.
HSL color Cylindrical-coordinate representation of color #DAD3CF: hue angle of 21.82º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAD3CF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 207 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.15 |
| HSL | 21.82º | 0.13% | 0.83% | - |
| HSV(B) | 21.82º | 0.05% | 0.85% | - |
| XYZ | 63.47 | 66 | 68.43 | - |
| YUV | 212.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 207 | 0 | 0.03 | 0.05 | 0.15 | 21.82 | 0.13 | 0.83 |
| Hex | DA | D3 | CF | 0 | 3 | 5 | F | 16 | D | 53 |
| Octal | 332 | 323 | 317 | 0 | 3 | 5 | 17 | 26 | 15 | 123 |
| Binary | 11011010 | 11010011 | 11001111 | 0 | 11 | 101 | 1111 | 10110 | 1101 | 1010011 |
Color Harmonies of #DAD3CF
Complementary color
Monochromatic Colors of #DAD3CF
Black with #DAD3CF
Text Example
Text Example
White with #DAD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3CF; }
p { color: rgb(218,211,207); }
H1.HeaderClassName
{
color: #DAD3CF;
}
.AnyTagClassName
{
color: #DAD3CF;
}
</style>
background-color css
<style>
a { background-color: #DAD3CF; }
a { background-color: rgb(218,211,207); }
div.DivClassName
{
background-color: #DAD3CF;
}
.BgClassName
{
background-color: #DAD3CF;
}
</style>
border-color css
<style>
span { border-color: #DAD3CF; }
span { border-color: rgb(218,211,207); }
td.TdClassName
{
border-color: #DAD3CF;
}
.TagClassName
{
border-color: #DAD3CF;
}
</style>