Shades of Ecru White #D7D3BF
Tints of Ecru White #D7D3BF
RGB
CMYK
RGB Variations
Color information
#D7D3BF (or 0xD7D3BF) is known color: Ecru White. HEX triplet: D7, D3 and BF. RGB value is (215,211,191). Sum of RGB (Red+Green+Blue) = 215+211+191=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3BF is #282C40. Grayscale: #D2D2D2. Windows color (decimal): -2632769 or 12571607. OLE color: 12571607.
HSL color Cylindrical-coordinate representation of color #D7D3BF: hue angle of 50º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D3BF is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 191 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.16 |
| HSL | 50º | 0.23% | 0.8% | - |
| HSV(B) | 50º | 0.11% | 0.84% | - |
| XYZ | 60.72 | 64.8 | 58.6 | - |
| YUV | 209.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 191 | 0 | 0.02 | 0.11 | 0.16 | 50 | 0.23 | 0.8 |
| Hex | D7 | D3 | BF | 0 | 2 | B | 10 | 32 | 17 | 50 |
| Octal | 327 | 323 | 277 | 0 | 2 | 13 | 20 | 62 | 27 | 120 |
| Binary | 11010111 | 11010011 | 10111111 | 0 | 10 | 1011 | 10000 | 110010 | 10111 | 1010000 |
Color Harmonies of #D7D3BF
Complementary color
Monochromatic Colors of #D7D3BF
Black with #D7D3BF
Text Example
Text Example
White with #D7D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D3BF; }
p { color: rgb(215,211,191); }
H1.HeaderClassName
{
color: #D7D3BF;
}
.AnyTagClassName
{
color: #D7D3BF;
}
</style>
background-color css
<style>
a { background-color: #D7D3BF; }
a { background-color: rgb(215,211,191); }
div.DivClassName
{
background-color: #D7D3BF;
}
.BgClassName
{
background-color: #D7D3BF;
}
</style>
border-color css
<style>
span { border-color: #D7D3BF; }
span { border-color: rgb(215,211,191); }
td.TdClassName
{
border-color: #D7D3BF;
}
.TagClassName
{
border-color: #D7D3BF;
}
</style>