Shades of Ecru White #DAD2BD
Tints of Ecru White #DAD2BD
RGB
CMYK
RGB Variations
Color information
#DAD2BD (or 0xDAD2BD) is known color: Ecru White. HEX triplet: DA, D2 and BD. RGB value is (218,210,189). Sum of RGB (Red+Green+Blue) = 218+210+189=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2BD is #252D42. Grayscale: #D2D2D2. Windows color (decimal): -2436419 or 12440282. OLE color: 12440282.
HSL color Cylindrical-coordinate representation of color #DAD2BD: hue angle of 43.45º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAD2BD is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 189 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.15 |
| HSL | 43.45º | 0.28% | 0.8% | - |
| HSV(B) | 43.45º | 0.13% | 0.85% | - |
| XYZ | 61.15 | 64.67 | 57.4 | - |
| YUV | 210 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 189 | 0 | 0.04 | 0.13 | 0.15 | 43.45 | 0.28 | 0.8 |
| Hex | DA | D2 | BD | 0 | 4 | D | F | 2B | 1C | 50 |
| Octal | 332 | 322 | 275 | 0 | 4 | 15 | 17 | 53 | 34 | 120 |
| Binary | 11011010 | 11010010 | 10111101 | 0 | 100 | 1101 | 1111 | 101011 | 11100 | 1010000 |
Color Harmonies of #DAD2BD
Complementary color
Monochromatic Colors of #DAD2BD
Black with #DAD2BD
Text Example
Text Example
White with #DAD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2BD; }
p { color: rgb(218,210,189); }
H1.HeaderClassName
{
color: #DAD2BD;
}
.AnyTagClassName
{
color: #DAD2BD;
}
</style>
background-color css
<style>
a { background-color: #DAD2BD; }
a { background-color: rgb(218,210,189); }
div.DivClassName
{
background-color: #DAD2BD;
}
.BgClassName
{
background-color: #DAD2BD;
}
</style>
border-color css
<style>
span { border-color: #DAD2BD; }
span { border-color: rgb(218,210,189); }
td.TdClassName
{
border-color: #DAD2BD;
}
.TagClassName
{
border-color: #DAD2BD;
}
</style>