Shades of Merino #DCDAD6
Tints of Merino #DCDAD6
RGB
CMYK
RGB Variations
Color information
#DCDAD6 (or 0xDCDAD6) is known color: Merino. HEX triplet: DC, DA and D6. RGB value is (220,218,214). Sum of RGB (Red+Green+Blue) = 220+218+214=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD6 is #232529. Grayscale: #DADADA. Windows color (decimal): -2303274 or 14080732. OLE color: 14080732.
HSL color Cylindrical-coordinate representation of color #DCDAD6: hue angle of 40º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDAD6 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 214 | - |
CMYK | 0 | 0.01 | 0.03 | 0.14 |
HSL | 40º | 0.08% | 0.85% | - |
HSV(B) | 40º | 0.03% | 0.86% | - |
XYZ | 66.72 | 70.21 | 73.65 | - |
YUV | 218.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 214 | 0 | 0.01 | 0.03 | 0.14 | 40 | 0.08 | 0.85 |
Hex | DC | DA | D6 | 0 | 1 | 3 | E | 28 | 8 | 55 |
Octal | 334 | 332 | 326 | 0 | 1 | 3 | 16 | 50 | 10 | 125 |
Binary | 11011100 | 11011010 | 11010110 | 0 | 1 | 11 | 1110 | 101000 | 1000 | 1010101 |
Color Harmonies of #DCDAD6
Complementary color
Monochromatic Colors of #DCDAD6
Black with #DCDAD6
Text Example
Text Example
White with #DCDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAD6; }
p { color: rgb(220,218,214); }
H1.HeaderClassName
{
color: #DCDAD6;
}
.AnyTagClassName
{
color: #DCDAD6;
}
</style>
background-color css
<style>
a { background-color: #DCDAD6; }
a { background-color: rgb(220,218,214); }
div.DivClassName
{
background-color: #DCDAD6;
}
.BgClassName
{
background-color: #DCDAD6;
}
</style>
border-color css
<style>
span { border-color: #DCDAD6; }
span { border-color: rgb(220,218,214); }
td.TdClassName
{
border-color: #DCDAD6;
}
.TagClassName
{
border-color: #DCDAD6;
}
</style>