Shades of Merino #DFDBD2
Tints of Merino #DFDBD2
RGB
CMYK
RGB Variations
Color information
#DFDBD2 (or 0xDFDBD2) is known color: Merino. HEX triplet: DF, DB and D2. RGB value is (223,219,210). Sum of RGB (Red+Green+Blue) = 223+219+210=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBD2 is #20242D. Grayscale: #DBDBDB. Windows color (decimal): -2106414 or 13818847. OLE color: 13818847.
HSL color Cylindrical-coordinate representation of color #DFDBD2: hue angle of 41.54º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDBD2 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 210 | - |
CMYK | 0 | 0.02 | 0.06 | 0.13 |
HSL | 41.54º | 0.17% | 0.85% | - |
HSV(B) | 41.54º | 0.06% | 0.87% | - |
XYZ | 67.4 | 71 | 71.13 | - |
YUV | 219.17 | 122.83 | 130.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 210 | 0 | 0.02 | 0.06 | 0.13 | 41.54 | 0.17 | 0.85 |
Hex | DF | DB | D2 | 0 | 2 | 6 | D | 2A | 11 | 55 |
Octal | 337 | 333 | 322 | 0 | 2 | 6 | 15 | 52 | 21 | 125 |
Binary | 11011111 | 11011011 | 11010010 | 0 | 10 | 110 | 1101 | 101010 | 10001 | 1010101 |
Color Harmonies of #DFDBD2
Complementary color
Monochromatic Colors of #DFDBD2
Black with #DFDBD2
Text Example
Text Example
White with #DFDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBD2; }
p { color: rgb(223,219,210); }
H1.HeaderClassName
{
color: #DFDBD2;
}
.AnyTagClassName
{
color: #DFDBD2;
}
</style>
background-color css
<style>
a { background-color: #DFDBD2; }
a { background-color: rgb(223,219,210); }
div.DivClassName
{
background-color: #DFDBD2;
}
.BgClassName
{
background-color: #DFDBD2;
}
</style>
border-color css
<style>
span { border-color: #DFDBD2; }
span { border-color: rgb(223,219,210); }
td.TdClassName
{
border-color: #DFDBD2;
}
.TagClassName
{
border-color: #DFDBD2;
}
</style>