Shades of Ecru White #DAD3C0
Tints of Ecru White #DAD3C0
RGB
CMYK
RGB Variations
Color information
#DAD3C0 (or 0xDAD3C0) is known color: Ecru White. HEX triplet: DA, D3 and C0. RGB value is (218,211,192). Sum of RGB (Red+Green+Blue) = 218+211+192=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3C0 is #252C3F. Grayscale: #D3D3D3. Windows color (decimal): -2436160 or 12637146. OLE color: 12637146.
HSL color Cylindrical-coordinate representation of color #DAD3C0: hue angle of 43.85º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD3C0 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 192 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.15 |
| HSL | 43.85º | 0.26% | 0.8% | - |
| HSV(B) | 43.85º | 0.12% | 0.85% | - |
| XYZ | 61.72 | 65.3 | 59.22 | - |
| YUV | 210.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 192 | 0 | 0.03 | 0.12 | 0.15 | 43.85 | 0.26 | 0.8 |
| Hex | DA | D3 | C0 | 0 | 3 | C | F | 2C | 1A | 50 |
| Octal | 332 | 323 | 300 | 0 | 3 | 14 | 17 | 54 | 32 | 120 |
| Binary | 11011010 | 11010011 | 11000000 | 0 | 11 | 1100 | 1111 | 101100 | 11010 | 1010000 |
Color Harmonies of #DAD3C0
Complementary color
Monochromatic Colors of #DAD3C0
Black with #DAD3C0
Text Example
Text Example
White with #DAD3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3C0; }
p { color: rgb(218,211,192); }
H1.HeaderClassName
{
color: #DAD3C0;
}
.AnyTagClassName
{
color: #DAD3C0;
}
</style>
background-color css
<style>
a { background-color: #DAD3C0; }
a { background-color: rgb(218,211,192); }
div.DivClassName
{
background-color: #DAD3C0;
}
.BgClassName
{
background-color: #DAD3C0;
}
</style>
border-color css
<style>
span { border-color: #DAD3C0; }
span { border-color: rgb(218,211,192); }
td.TdClassName
{
border-color: #DAD3C0;
}
.TagClassName
{
border-color: #DAD3C0;
}
</style>