Shades of Ecru White #D9D4BC
Tints of Ecru White #D9D4BC
RGB
CMYK
RGB Variations
Color information
#D9D4BC (or 0xD9D4BC) is known color: Ecru White. HEX triplet: D9, D4 and BC. RGB value is (217,212,188). Sum of RGB (Red+Green+Blue) = 217+212+188=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4BC is #262B43. Grayscale: #D2D2D2. Windows color (decimal): -2501444 or 12375257. OLE color: 12375257.
HSL color Cylindrical-coordinate representation of color #D9D4BC: hue angle of 49.66º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9D4BC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 188 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.15 |
| HSL | 49.66º | 0.28% | 0.79% | - |
| HSV(B) | 49.66º | 0.13% | 0.85% | - |
| XYZ | 61.24 | 65.47 | 56.99 | - |
| YUV | 210.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 188 | 0 | 0.02 | 0.13 | 0.15 | 49.66 | 0.28 | 0.79 |
| Hex | D9 | D4 | BC | 0 | 2 | D | F | 32 | 1C | 4F |
| Octal | 331 | 324 | 274 | 0 | 2 | 15 | 17 | 62 | 34 | 117 |
| Binary | 11011001 | 11010100 | 10111100 | 0 | 10 | 1101 | 1111 | 110010 | 11100 | 1001111 |
Color Harmonies of #D9D4BC
Complementary color
Monochromatic Colors of #D9D4BC
Black with #D9D4BC
Text Example
Text Example
White with #D9D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D4BC; }
p { color: rgb(217,212,188); }
H1.HeaderClassName
{
color: #D9D4BC;
}
.AnyTagClassName
{
color: #D9D4BC;
}
</style>
background-color css
<style>
a { background-color: #D9D4BC; }
a { background-color: rgb(217,212,188); }
div.DivClassName
{
background-color: #D9D4BC;
}
.BgClassName
{
background-color: #D9D4BC;
}
</style>
border-color css
<style>
span { border-color: #D9D4BC; }
span { border-color: rgb(217,212,188); }
td.TdClassName
{
border-color: #D9D4BC;
}
.TagClassName
{
border-color: #D9D4BC;
}
</style>