Shades of Ecru White #D3CDBC
Tints of Ecru White #D3CDBC
RGB
CMYK
RGB Variations
Color information
#D3CDBC (or 0xD3CDBC) is known color: Ecru White. HEX triplet: D3, CD and BC. RGB value is (211,205,188). Sum of RGB (Red+Green+Blue) = 211+205+188=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDBC is #2C3243. Grayscale: #CCCCCC. Windows color (decimal): -2896452 or 12373459. OLE color: 12373459.
HSL color Cylindrical-coordinate representation of color #D3CDBC: hue angle of 44.35º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CDBC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 188 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.17 |
| HSL | 44.35º | 0.21% | 0.78% | - |
| HSV(B) | 44.35º | 0.11% | 0.83% | - |
| XYZ | 57.77 | 61.14 | 56.33 | - |
| YUV | 204.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 188 | 0 | 0.03 | 0.11 | 0.17 | 44.35 | 0.21 | 0.78 |
| Hex | D3 | CD | BC | 0 | 3 | B | 11 | 2C | 15 | 4E |
| Octal | 323 | 315 | 274 | 0 | 3 | 13 | 21 | 54 | 25 | 116 |
| Binary | 11010011 | 11001101 | 10111100 | 0 | 11 | 1011 | 10001 | 101100 | 10101 | 1001110 |
Color Harmonies of #D3CDBC
Complementary color
Monochromatic Colors of #D3CDBC
Black with #D3CDBC
Text Example
Text Example
White with #D3CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDBC; }
p { color: rgb(211,205,188); }
H1.HeaderClassName
{
color: #D3CDBC;
}
.AnyTagClassName
{
color: #D3CDBC;
}
</style>
background-color css
<style>
a { background-color: #D3CDBC; }
a { background-color: rgb(211,205,188); }
div.DivClassName
{
background-color: #D3CDBC;
}
.BgClassName
{
background-color: #D3CDBC;
}
</style>
border-color css
<style>
span { border-color: #D3CDBC; }
span { border-color: rgb(211,205,188); }
td.TdClassName
{
border-color: #D3CDBC;
}
.TagClassName
{
border-color: #D3CDBC;
}
</style>