Shades of Ecru White #D8D4BE
Tints of Ecru White #D8D4BE
RGB
CMYK
RGB Variations
Color information
#D8D4BE (or 0xD8D4BE) is known color: Ecru White. HEX triplet: D8, D4 and BE. RGB value is (216,212,190). Sum of RGB (Red+Green+Blue) = 216+212+190=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4BE is #272B41. Grayscale: #D2D2D2. Windows color (decimal): -2566978 or 12506328. OLE color: 12506328.
HSL color Cylindrical-coordinate representation of color #D8D4BE: hue angle of 50.77º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8D4BE is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 190 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.15 |
| HSL | 50.77º | 0.25% | 0.8% | - |
| HSV(B) | 50.77º | 0.12% | 0.85% | - |
| XYZ | 61.16 | 65.4 | 58.12 | - |
| YUV | 210.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 190 | 0 | 0.02 | 0.12 | 0.15 | 50.77 | 0.25 | 0.8 |
| Hex | D8 | D4 | BE | 0 | 2 | C | F | 33 | 19 | 50 |
| Octal | 330 | 324 | 276 | 0 | 2 | 14 | 17 | 63 | 31 | 120 |
| Binary | 11011000 | 11010100 | 10111110 | 0 | 10 | 1100 | 1111 | 110011 | 11001 | 1010000 |
Color Harmonies of #D8D4BE
Complementary color
Monochromatic Colors of #D8D4BE
Black with #D8D4BE
Text Example
Text Example
White with #D8D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4BE; }
p { color: rgb(216,212,190); }
H1.HeaderClassName
{
color: #D8D4BE;
}
.AnyTagClassName
{
color: #D8D4BE;
}
</style>
background-color css
<style>
a { background-color: #D8D4BE; }
a { background-color: rgb(216,212,190); }
div.DivClassName
{
background-color: #D8D4BE;
}
.BgClassName
{
background-color: #D8D4BE;
}
</style>
border-color css
<style>
span { border-color: #D8D4BE; }
span { border-color: rgb(216,212,190); }
td.TdClassName
{
border-color: #D8D4BE;
}
.TagClassName
{
border-color: #D8D4BE;
}
</style>