Shades of Ecru White #DAD2BB
Tints of Ecru White #DAD2BB
RGB
CMYK
RGB Variations
Color information
#DAD2BB (or 0xDAD2BB) is known color: Ecru White. HEX triplet: DA, D2 and BB. RGB value is (218,210,187). Sum of RGB (Red+Green+Blue) = 218+210+187=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2BB is #252D44. Grayscale: #D1D1D1. Windows color (decimal): -2436421 or 12309210. OLE color: 12309210.
HSL color Cylindrical-coordinate representation of color #DAD2BB: hue angle of 44.52º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAD2BB is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 187 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.15 |
| HSL | 44.52º | 0.3% | 0.79% | - |
| HSV(B) | 44.52º | 0.14% | 0.85% | - |
| XYZ | 60.93 | 64.59 | 56.27 | - |
| YUV | 209.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 187 | 0 | 0.04 | 0.14 | 0.15 | 44.52 | 0.3 | 0.79 |
| Hex | DA | D2 | BB | 0 | 4 | E | F | 2D | 1E | 4F |
| Octal | 332 | 322 | 273 | 0 | 4 | 16 | 17 | 55 | 36 | 117 |
| Binary | 11011010 | 11010010 | 10111011 | 0 | 100 | 1110 | 1111 | 101101 | 11110 | 1001111 |
Color Harmonies of #DAD2BB
Complementary color
Monochromatic Colors of #DAD2BB
Black with #DAD2BB
Text Example
Text Example
White with #DAD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2BB; }
p { color: rgb(218,210,187); }
H1.HeaderClassName
{
color: #DAD2BB;
}
.AnyTagClassName
{
color: #DAD2BB;
}
</style>
background-color css
<style>
a { background-color: #DAD2BB; }
a { background-color: rgb(218,210,187); }
div.DivClassName
{
background-color: #DAD2BB;
}
.BgClassName
{
background-color: #DAD2BB;
}
</style>
border-color css
<style>
span { border-color: #DAD2BB; }
span { border-color: rgb(218,210,187); }
td.TdClassName
{
border-color: #DAD2BB;
}
.TagClassName
{
border-color: #DAD2BB;
}
</style>