Shades of Ecru White #D5CFBD
Tints of Ecru White #D5CFBD
RGB
CMYK
RGB Variations
Color information
#D5CFBD (or 0xD5CFBD) is known color: Ecru White. HEX triplet: D5, CF and BD. RGB value is (213,207,189). Sum of RGB (Red+Green+Blue) = 213+207+189=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFBD is #2A3042. Grayscale: #CECECE. Windows color (decimal): -2764867 or 12439509. OLE color: 12439509.
HSL color Cylindrical-coordinate representation of color #D5CFBD: hue angle of 45º degrees, saturation: 0.22, 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 #D5CFBD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 189 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.16 |
| HSL | 45º | 0.22% | 0.79% | - |
| HSV(B) | 45º | 0.11% | 0.84% | - |
| XYZ | 58.94 | 62.45 | 57.09 | - |
| YUV | 206.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 189 | 0 | 0.03 | 0.11 | 0.16 | 45 | 0.22 | 0.79 |
| Hex | D5 | CF | BD | 0 | 3 | B | 10 | 2D | 16 | 4F |
| Octal | 325 | 317 | 275 | 0 | 3 | 13 | 20 | 55 | 26 | 117 |
| Binary | 11010101 | 11001111 | 10111101 | 0 | 11 | 1011 | 10000 | 101101 | 10110 | 1001111 |
Color Harmonies of #D5CFBD
Complementary color
Monochromatic Colors of #D5CFBD
Black with #D5CFBD
Text Example
Text Example
White with #D5CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFBD; }
p { color: rgb(213,207,189); }
H1.HeaderClassName
{
color: #D5CFBD;
}
.AnyTagClassName
{
color: #D5CFBD;
}
</style>
background-color css
<style>
a { background-color: #D5CFBD; }
a { background-color: rgb(213,207,189); }
div.DivClassName
{
background-color: #D5CFBD;
}
.BgClassName
{
background-color: #D5CFBD;
}
</style>
border-color css
<style>
span { border-color: #D5CFBD; }
span { border-color: rgb(213,207,189); }
td.TdClassName
{
border-color: #D5CFBD;
}
.TagClassName
{
border-color: #D5CFBD;
}
</style>