Shades of Ecru White #DAD6C3
Tints of Ecru White #DAD6C3
RGB
CMYK
RGB Variations
Color information
#DAD6C3 (or 0xDAD6C3) is known color: Ecru White. HEX triplet: DA, D6 and C3. RGB value is (218,214,195). Sum of RGB (Red+Green+Blue) = 218+214+195=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6C3 is #25293C. Grayscale: #D5D5D5. Windows color (decimal): -2435389 or 12834522. OLE color: 12834522.
HSL color Cylindrical-coordinate representation of color #DAD6C3: hue angle of 49.57º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAD6C3 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 195 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.15 |
| HSL | 49.57º | 0.24% | 0.81% | - |
| HSV(B) | 49.57º | 0.11% | 0.85% | - |
| XYZ | 62.81 | 66.94 | 61.24 | - |
| YUV | 213.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 195 | 0 | 0.02 | 0.11 | 0.15 | 49.57 | 0.24 | 0.81 |
| Hex | DA | D6 | C3 | 0 | 2 | B | F | 32 | 18 | 51 |
| Octal | 332 | 326 | 303 | 0 | 2 | 13 | 17 | 62 | 30 | 121 |
| Binary | 11011010 | 11010110 | 11000011 | 0 | 10 | 1011 | 1111 | 110010 | 11000 | 1010001 |
Color Harmonies of #DAD6C3
Complementary color
Monochromatic Colors of #DAD6C3
Black with #DAD6C3
Text Example
Text Example
White with #DAD6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6C3; }
p { color: rgb(218,214,195); }
H1.HeaderClassName
{
color: #DAD6C3;
}
.AnyTagClassName
{
color: #DAD6C3;
}
</style>
background-color css
<style>
a { background-color: #DAD6C3; }
a { background-color: rgb(218,214,195); }
div.DivClassName
{
background-color: #DAD6C3;
}
.BgClassName
{
background-color: #DAD6C3;
}
</style>
border-color css
<style>
span { border-color: #DAD6C3; }
span { border-color: rgb(218,214,195); }
td.TdClassName
{
border-color: #DAD6C3;
}
.TagClassName
{
border-color: #DAD6C3;
}
</style>