Shades of Ecru White #D5D1BE
Tints of Ecru White #D5D1BE
RGB
CMYK
RGB Variations
Color information
#D5D1BE (or 0xD5D1BE) is known color: Ecru White. HEX triplet: D5, D1 and BE. RGB value is (213,209,190). Sum of RGB (Red+Green+Blue) = 213+209+190=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1BE is #2A2E41. Grayscale: #D0D0D0. Windows color (decimal): -2764354 or 12505557. OLE color: 12505557.
HSL color Cylindrical-coordinate representation of color #D5D1BE: hue angle of 49.57º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5D1BE is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 209 | 190 | - |
CMYK | 0 | 0.02 | 0.11 | 0.16 |
HSL | 49.57º | 0.21% | 0.79% | - |
HSV(B) | 49.57º | 0.11% | 0.84% | - |
XYZ | 59.54 | 63.46 | 57.83 | - |
YUV | 208.03 | 117.83 | 131.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 209 | 190 | 0 | 0.02 | 0.11 | 0.16 | 49.57 | 0.21 | 0.79 |
Hex | D5 | D1 | BE | 0 | 2 | B | 10 | 32 | 15 | 4F |
Octal | 325 | 321 | 276 | 0 | 2 | 13 | 20 | 62 | 25 | 117 |
Binary | 11010101 | 11010001 | 10111110 | 0 | 10 | 1011 | 10000 | 110010 | 10101 | 1001111 |
Color Harmonies of #D5D1BE
Complementary color
Monochromatic Colors of #D5D1BE
Black with #D5D1BE
Text Example
Text Example
White with #D5D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D1BE; }
p { color: rgb(213,209,190); }
H1.HeaderClassName
{
color: #D5D1BE;
}
.AnyTagClassName
{
color: #D5D1BE;
}
</style>
background-color css
<style>
a { background-color: #D5D1BE; }
a { background-color: rgb(213,209,190); }
div.DivClassName
{
background-color: #D5D1BE;
}
.BgClassName
{
background-color: #D5D1BE;
}
</style>
border-color css
<style>
span { border-color: #D5D1BE; }
span { border-color: rgb(213,209,190); }
td.TdClassName
{
border-color: #D5D1BE;
}
.TagClassName
{
border-color: #D5D1BE;
}
</style>