Shades of Ecru White #DAD3BC
Tints of Ecru White #DAD3BC
RGB
CMYK
RGB Variations
Color information
#DAD3BC (or 0xDAD3BC) is known color: Ecru White. HEX triplet: DA, D3 and BC. RGB value is (218,211,188). Sum of RGB (Red+Green+Blue) = 218+211+188=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3BC is #252C43. Grayscale: #D2D2D2. Windows color (decimal): -2436164 or 12375002. OLE color: 12375002.
HSL color Cylindrical-coordinate representation of color #DAD3BC: hue angle of 46º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAD3BC is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 188 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.15 |
| HSL | 46º | 0.29% | 0.8% | - |
| HSV(B) | 46º | 0.14% | 0.85% | - |
| XYZ | 61.28 | 65.12 | 56.92 | - |
| YUV | 210.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 188 | 0 | 0.03 | 0.14 | 0.15 | 46 | 0.29 | 0.8 |
| Hex | DA | D3 | BC | 0 | 3 | E | F | 2E | 1D | 50 |
| Octal | 332 | 323 | 274 | 0 | 3 | 16 | 17 | 56 | 35 | 120 |
| Binary | 11011010 | 11010011 | 10111100 | 0 | 11 | 1110 | 1111 | 101110 | 11101 | 1010000 |
Color Harmonies of #DAD3BC
Complementary color
Monochromatic Colors of #DAD3BC
Black with #DAD3BC
Text Example
Text Example
White with #DAD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3BC; }
p { color: rgb(218,211,188); }
H1.HeaderClassName
{
color: #DAD3BC;
}
.AnyTagClassName
{
color: #DAD3BC;
}
</style>
background-color css
<style>
a { background-color: #DAD3BC; }
a { background-color: rgb(218,211,188); }
div.DivClassName
{
background-color: #DAD3BC;
}
.BgClassName
{
background-color: #DAD3BC;
}
</style>
border-color css
<style>
span { border-color: #DAD3BC; }
span { border-color: rgb(218,211,188); }
td.TdClassName
{
border-color: #DAD3BC;
}
.TagClassName
{
border-color: #DAD3BC;
}
</style>