Shades of Merino #DFDBD3
Tints of Merino #DFDBD3
RGB
CMYK
RGB Variations
Color information
#DFDBD3 (or 0xDFDBD3) is known color: Merino. HEX triplet: DF, DB and D3. RGB value is (223,219,211). Sum of RGB (Red+Green+Blue) = 223+219+211=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBD3 is #20242C. Grayscale: #DBDBDB. Windows color (decimal): -2106413 or 13884383. OLE color: 13884383.
HSL color Cylindrical-coordinate representation of color #DFDBD3: hue angle of 40º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDBD3 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 211 | - |
CMYK | 0 | 0.02 | 0.05 | 0.13 |
HSL | 40º | 0.16% | 0.85% | - |
HSV(B) | 40º | 0.05% | 0.87% | - |
XYZ | 67.52 | 71.05 | 71.78 | - |
YUV | 219.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 211 | 0 | 0.02 | 0.05 | 0.13 | 40 | 0.16 | 0.85 |
Hex | DF | DB | D3 | 0 | 2 | 5 | D | 28 | 10 | 55 |
Octal | 337 | 333 | 323 | 0 | 2 | 5 | 15 | 50 | 20 | 125 |
Binary | 11011111 | 11011011 | 11010011 | 0 | 10 | 101 | 1101 | 101000 | 10000 | 1010101 |
Color Harmonies of #DFDBD3
Complementary color
Monochromatic Colors of #DFDBD3
Black with #DFDBD3
Text Example
Text Example
White with #DFDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBD3; }
p { color: rgb(223,219,211); }
H1.HeaderClassName
{
color: #DFDBD3;
}
.AnyTagClassName
{
color: #DFDBD3;
}
</style>
background-color css
<style>
a { background-color: #DFDBD3; }
a { background-color: rgb(223,219,211); }
div.DivClassName
{
background-color: #DFDBD3;
}
.BgClassName
{
background-color: #DFDBD3;
}
</style>
border-color css
<style>
span { border-color: #DFDBD3; }
span { border-color: rgb(223,219,211); }
td.TdClassName
{
border-color: #DFDBD3;
}
.TagClassName
{
border-color: #DFDBD3;
}
</style>