Shades of Merino #DFDBD5
Tints of Merino #DFDBD5
RGB
CMYK
RGB Variations
Color information
#DFDBD5 (or 0xDFDBD5) is known color: Merino. HEX triplet: DF, DB and D5. RGB value is (223,219,213). Sum of RGB (Red+Green+Blue) = 223+219+213=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBD5 is #20242A. Grayscale: #DBDBDB. Windows color (decimal): -2106411 or 14015455. OLE color: 14015455.
HSL color Cylindrical-coordinate representation of color #DFDBD5: hue angle of 36º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDBD5 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 213 | - |
CMYK | 0 | 0.02 | 0.04 | 0.13 |
HSL | 36º | 0.14% | 0.85% | - |
HSV(B) | 36º | 0.04% | 0.87% | - |
XYZ | 67.77 | 71.16 | 73.11 | - |
YUV | 219.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 213 | 0 | 0.02 | 0.04 | 0.13 | 36 | 0.14 | 0.85 |
Hex | DF | DB | D5 | 0 | 2 | 4 | D | 24 | E | 55 |
Octal | 337 | 333 | 325 | 0 | 2 | 4 | 15 | 44 | 16 | 125 |
Binary | 11011111 | 11011011 | 11010101 | 0 | 10 | 100 | 1101 | 100100 | 1110 | 1010101 |
Color Harmonies of #DFDBD5
Complementary color
Monochromatic Colors of #DFDBD5
Black with #DFDBD5
Text Example
Text Example
White with #DFDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBD5; }
p { color: rgb(223,219,213); }
H1.HeaderClassName
{
color: #DFDBD5;
}
.AnyTagClassName
{
color: #DFDBD5;
}
</style>
background-color css
<style>
a { background-color: #DFDBD5; }
a { background-color: rgb(223,219,213); }
div.DivClassName
{
background-color: #DFDBD5;
}
.BgClassName
{
background-color: #DFDBD5;
}
</style>
border-color css
<style>
span { border-color: #DFDBD5; }
span { border-color: rgb(223,219,213); }
td.TdClassName
{
border-color: #DFDBD5;
}
.TagClassName
{
border-color: #DFDBD5;
}
</style>