Shades of Ecru White #D3CDBA
Tints of Ecru White #D3CDBA
RGB
CMYK
RGB Variations
Color information
#D3CDBA (or 0xD3CDBA) is known color: Ecru White. HEX triplet: D3, CD and BA. RGB value is (211,205,186). Sum of RGB (Red+Green+Blue) = 211+205+186=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDBA is #2C3245. Grayscale: #CCCCCC. Windows color (decimal): -2896454 or 12242387. OLE color: 12242387.
HSL color Cylindrical-coordinate representation of color #D3CDBA: hue angle of 45.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3CDBA is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 186 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.17 |
| HSL | 45.6º | 0.22% | 0.78% | - |
| HSV(B) | 45.6º | 0.12% | 0.83% | - |
| XYZ | 57.56 | 61.06 | 55.21 | - |
| YUV | 204.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 186 | 0 | 0.03 | 0.12 | 0.17 | 45.6 | 0.22 | 0.78 |
| Hex | D3 | CD | BA | 0 | 3 | C | 11 | 2E | 16 | 4E |
| Octal | 323 | 315 | 272 | 0 | 3 | 14 | 21 | 56 | 26 | 116 |
| Binary | 11010011 | 11001101 | 10111010 | 0 | 11 | 1100 | 10001 | 101110 | 10110 | 1001110 |
Color Harmonies of #D3CDBA
Complementary color
Monochromatic Colors of #D3CDBA
Black with #D3CDBA
Text Example
Text Example
White with #D3CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDBA; }
p { color: rgb(211,205,186); }
H1.HeaderClassName
{
color: #D3CDBA;
}
.AnyTagClassName
{
color: #D3CDBA;
}
</style>
background-color css
<style>
a { background-color: #D3CDBA; }
a { background-color: rgb(211,205,186); }
div.DivClassName
{
background-color: #D3CDBA;
}
.BgClassName
{
background-color: #D3CDBA;
}
</style>
border-color css
<style>
span { border-color: #D3CDBA; }
span { border-color: rgb(211,205,186); }
td.TdClassName
{
border-color: #D3CDBA;
}
.TagClassName
{
border-color: #D3CDBA;
}
</style>