Shades of Merino #DDDAD4
Tints of Merino #DDDAD4
RGB
CMYK
RGB Variations
Color information
#DDDAD4 (or 0xDDDAD4) is known color: Merino. HEX triplet: DD, DA and D4. RGB value is (221,218,212). Sum of RGB (Red+Green+Blue) = 221+218+212=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAD4 is #22252B. Grayscale: #DADADA. Windows color (decimal): -2237740 or 13949661. OLE color: 13949661.
HSL color Cylindrical-coordinate representation of color #DDDAD4: hue angle of 40º degrees, saturation: 0.12, 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 #DDDAD4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 212 | - |
CMYK | 0 | 0.01 | 0.04 | 0.13 |
HSL | 40º | 0.12% | 0.85% | - |
HSV(B) | 40º | 0.04% | 0.87% | - |
XYZ | 66.77 | 70.27 | 72.33 | - |
YUV | 218.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 212 | 0 | 0.01 | 0.04 | 0.13 | 40 | 0.12 | 0.85 |
Hex | DD | DA | D4 | 0 | 1 | 4 | D | 28 | C | 55 |
Octal | 335 | 332 | 324 | 0 | 1 | 4 | 15 | 50 | 14 | 125 |
Binary | 11011101 | 11011010 | 11010100 | 0 | 1 | 100 | 1101 | 101000 | 1100 | 1010101 |
Color Harmonies of #DDDAD4
Complementary color
Monochromatic Colors of #DDDAD4
Black with #DDDAD4
Text Example
Text Example
White with #DDDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAD4; }
p { color: rgb(221,218,212); }
H1.HeaderClassName
{
color: #DDDAD4;
}
.AnyTagClassName
{
color: #DDDAD4;
}
</style>
background-color css
<style>
a { background-color: #DDDAD4; }
a { background-color: rgb(221,218,212); }
div.DivClassName
{
background-color: #DDDAD4;
}
.BgClassName
{
background-color: #DDDAD4;
}
</style>
border-color css
<style>
span { border-color: #DDDAD4; }
span { border-color: rgb(221,218,212); }
td.TdClassName
{
border-color: #DDDAD4;
}
.TagClassName
{
border-color: #DDDAD4;
}
</style>