Shades of Ecru White #DAD3BE
Tints of Ecru White #DAD3BE
RGB
CMYK
RGB Variations
Color information
#DAD3BE (or 0xDAD3BE) is known color: Ecru White. HEX triplet: DA, D3 and BE. RGB value is (218,211,190). Sum of RGB (Red+Green+Blue) = 218+211+190=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3BE is #252C41. Grayscale: #D2D2D2. Windows color (decimal): -2436162 or 12506074. OLE color: 12506074.
HSL color Cylindrical-coordinate representation of color #DAD3BE: hue angle of 45º degrees, saturation: 0.27, 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 #DAD3BE is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 211 | 190 | - |
CMYK | 0 | 0.03 | 0.13 | 0.15 |
HSL | 45º | 0.27% | 0.8% | - |
HSV(B) | 45º | 0.13% | 0.85% | - |
XYZ | 61.5 | 65.21 | 58.06 | - |
YUV | 210.7 | 116.32 | 133.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 211 | 190 | 0 | 0.03 | 0.13 | 0.15 | 45 | 0.27 | 0.8 |
Hex | DA | D3 | BE | 0 | 3 | D | F | 2D | 1B | 50 |
Octal | 332 | 323 | 276 | 0 | 3 | 15 | 17 | 55 | 33 | 120 |
Binary | 11011010 | 11010011 | 10111110 | 0 | 11 | 1101 | 1111 | 101101 | 11011 | 1010000 |
Color Harmonies of #DAD3BE
Complementary color
Monochromatic Colors of #DAD3BE
Black with #DAD3BE
Text Example
Text Example
White with #DAD3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3BE; }
p { color: rgb(218,211,190); }
H1.HeaderClassName
{
color: #DAD3BE;
}
.AnyTagClassName
{
color: #DAD3BE;
}
</style>
background-color css
<style>
a { background-color: #DAD3BE; }
a { background-color: rgb(218,211,190); }
div.DivClassName
{
background-color: #DAD3BE;
}
.BgClassName
{
background-color: #DAD3BE;
}
</style>
border-color css
<style>
span { border-color: #DAD3BE; }
span { border-color: rgb(218,211,190); }
td.TdClassName
{
border-color: #DAD3BE;
}
.TagClassName
{
border-color: #DAD3BE;
}
</style>