Shades of Ecru White #D5D2BF
Tints of Ecru White #D5D2BF
RGB
CMYK
RGB Variations
Color information
#D5D2BF (or 0xD5D2BF) is known color: Ecru White. HEX triplet: D5, D2 and BF. RGB value is (213,210,191). Sum of RGB (Red+Green+Blue) = 213+210+191=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D2BF is #2A2D40. Grayscale: #D0D0D0. Windows color (decimal): -2764097 or 12571349. OLE color: 12571349.
HSL color Cylindrical-coordinate representation of color #D5D2BF: hue angle of 51.82º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5D2BF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 191 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.16 |
| HSL | 51.82º | 0.21% | 0.79% | - |
| HSV(B) | 51.82º | 0.1% | 0.84% | - |
| XYZ | 59.89 | 64 | 58.49 | - |
| YUV | 208.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 191 | 0 | 0.01 | 0.10 | 0.16 | 51.82 | 0.21 | 0.79 |
| Hex | D5 | D2 | BF | 0 | 1 | A | 10 | 34 | 15 | 4F |
| Octal | 325 | 322 | 277 | 0 | 1 | 12 | 20 | 64 | 25 | 117 |
| Binary | 11010101 | 11010010 | 10111111 | 0 | 1 | 1010 | 10000 | 110100 | 10101 | 1001111 |
Color Harmonies of #D5D2BF
Complementary color
Monochromatic Colors of #D5D2BF
Black with #D5D2BF
Text Example
Text Example
White with #D5D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D2BF; }
p { color: rgb(213,210,191); }
H1.HeaderClassName
{
color: #D5D2BF;
}
.AnyTagClassName
{
color: #D5D2BF;
}
</style>
background-color css
<style>
a { background-color: #D5D2BF; }
a { background-color: rgb(213,210,191); }
div.DivClassName
{
background-color: #D5D2BF;
}
.BgClassName
{
background-color: #D5D2BF;
}
</style>
border-color css
<style>
span { border-color: #D5D2BF; }
span { border-color: rgb(213,210,191); }
td.TdClassName
{
border-color: #D5D2BF;
}
.TagClassName
{
border-color: #D5D2BF;
}
</style>