Shades of Merino #DFD9CF
Tints of Merino #DFD9CF
RGB
CMYK
RGB Variations
Color information
#DFD9CF (or 0xDFD9CF) is known color: Merino. HEX triplet: DF, D9 and CF. RGB value is (223,217,207). Sum of RGB (Red+Green+Blue) = 223+217+207=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9CF is #202630. Grayscale: #D9D9D9. Windows color (decimal): -2106929 or 13621727. OLE color: 13621727.
HSL color Cylindrical-coordinate representation of color #DFD9CF: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD9CF is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 217 | 207 | - |
CMYK | 0 | 0.03 | 0.07 | 0.13 |
HSL | 37.5º | 0.2% | 0.84% | - |
HSV(B) | 37.5º | 0.07% | 0.87% | - |
XYZ | 66.51 | 69.82 | 69 | - |
YUV | 217.65 | 121.99 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 207 | 0 | 0.03 | 0.07 | 0.13 | 37.5 | 0.2 | 0.84 |
Hex | DF | D9 | CF | 0 | 3 | 7 | D | 26 | 14 | 54 |
Octal | 337 | 331 | 317 | 0 | 3 | 7 | 15 | 46 | 24 | 124 |
Binary | 11011111 | 11011001 | 11001111 | 0 | 11 | 111 | 1101 | 100110 | 10100 | 1010100 |
Color Harmonies of #DFD9CF
Complementary color
Monochromatic Colors of #DFD9CF
Black with #DFD9CF
Text Example
Text Example
White with #DFD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9CF; }
p { color: rgb(223,217,207); }
H1.HeaderClassName
{
color: #DFD9CF;
}
.AnyTagClassName
{
color: #DFD9CF;
}
</style>
background-color css
<style>
a { background-color: #DFD9CF; }
a { background-color: rgb(223,217,207); }
div.DivClassName
{
background-color: #DFD9CF;
}
.BgClassName
{
background-color: #DFD9CF;
}
</style>
border-color css
<style>
span { border-color: #DFD9CF; }
span { border-color: rgb(223,217,207); }
td.TdClassName
{
border-color: #DFD9CF;
}
.TagClassName
{
border-color: #DFD9CF;
}
</style>