Shades of Ecru White #DAD5C0
Tints of Ecru White #DAD5C0
RGB
CMYK
RGB Variations
Color information
#DAD5C0 (or 0xDAD5C0) is known color: Ecru White. HEX triplet: DA, D5 and C0. RGB value is (218,213,192). Sum of RGB (Red+Green+Blue) = 218+213+192=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5C0 is #252A3F. Grayscale: #D4D4D4. Windows color (decimal): -2435648 or 12637658. OLE color: 12637658.
HSL color Cylindrical-coordinate representation of color #DAD5C0: hue angle of 48.46º 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 #DAD5C0 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 213 | 192 | - |
CMYK | 0 | 0.02 | 0.12 | 0.15 |
HSL | 48.46º | 0.26% | 0.8% | - |
HSV(B) | 48.46º | 0.12% | 0.85% | - |
XYZ | 62.22 | 66.3 | 59.39 | - |
YUV | 212.1 | 116.66 | 132.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 213 | 192 | 0 | 0.02 | 0.12 | 0.15 | 48.46 | 0.26 | 0.8 |
Hex | DA | D5 | C0 | 0 | 2 | C | F | 30 | 1A | 50 |
Octal | 332 | 325 | 300 | 0 | 2 | 14 | 17 | 60 | 32 | 120 |
Binary | 11011010 | 11010101 | 11000000 | 0 | 10 | 1100 | 1111 | 110000 | 11010 | 1010000 |
Color Harmonies of #DAD5C0
Complementary color
Monochromatic Colors of #DAD5C0
Black with #DAD5C0
Text Example
Text Example
White with #DAD5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5C0; }
p { color: rgb(218,213,192); }
H1.HeaderClassName
{
color: #DAD5C0;
}
.AnyTagClassName
{
color: #DAD5C0;
}
</style>
background-color css
<style>
a { background-color: #DAD5C0; }
a { background-color: rgb(218,213,192); }
div.DivClassName
{
background-color: #DAD5C0;
}
.BgClassName
{
background-color: #DAD5C0;
}
</style>
border-color css
<style>
span { border-color: #DAD5C0; }
span { border-color: rgb(218,213,192); }
td.TdClassName
{
border-color: #DAD5C0;
}
.TagClassName
{
border-color: #DAD5C0;
}
</style>