Shades of Ecru White #D5CEBA
Tints of Ecru White #D5CEBA
RGB
CMYK
RGB Variations
Color information
#D5CEBA (or 0xD5CEBA) is known color: Ecru White. HEX triplet: D5, CE and BA. RGB value is (213,206,186). Sum of RGB (Red+Green+Blue) = 213+206+186=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEBA is #2A3145. Grayscale: #CDCDCD. Windows color (decimal): -2765126 or 12242645. OLE color: 12242645.
HSL color Cylindrical-coordinate representation of color #D5CEBA: hue angle of 44.44º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5CEBA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 186 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.16 |
| HSL | 44.44º | 0.24% | 0.78% | - |
| HSV(B) | 44.44º | 0.13% | 0.84% | - |
| XYZ | 58.37 | 61.83 | 55.31 | - |
| YUV | 205.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 186 | 0 | 0.03 | 0.13 | 0.16 | 44.44 | 0.24 | 0.78 |
| Hex | D5 | CE | BA | 0 | 3 | D | 10 | 2C | 18 | 4E |
| Octal | 325 | 316 | 272 | 0 | 3 | 15 | 20 | 54 | 30 | 116 |
| Binary | 11010101 | 11001110 | 10111010 | 0 | 11 | 1101 | 10000 | 101100 | 11000 | 1001110 |
Color Harmonies of #D5CEBA
Complementary color
Monochromatic Colors of #D5CEBA
Black with #D5CEBA
Text Example
Text Example
White with #D5CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEBA; }
p { color: rgb(213,206,186); }
H1.HeaderClassName
{
color: #D5CEBA;
}
.AnyTagClassName
{
color: #D5CEBA;
}
</style>
background-color css
<style>
a { background-color: #D5CEBA; }
a { background-color: rgb(213,206,186); }
div.DivClassName
{
background-color: #D5CEBA;
}
.BgClassName
{
background-color: #D5CEBA;
}
</style>
border-color css
<style>
span { border-color: #D5CEBA; }
span { border-color: rgb(213,206,186); }
td.TdClassName
{
border-color: #D5CEBA;
}
.TagClassName
{
border-color: #D5CEBA;
}
</style>