Shades of Ecru White #D5CFBB
Tints of Ecru White #D5CFBB
RGB
CMYK
RGB Variations
Color information
#D5CFBB (or 0xD5CFBB) is known color: Ecru White. HEX triplet: D5, CF and BB. RGB value is (213,207,187). Sum of RGB (Red+Green+Blue) = 213+207+187=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFBB is #2A3044. Grayscale: #CECECE. Windows color (decimal): -2764869 or 12308437. OLE color: 12308437.
HSL color Cylindrical-coordinate representation of color #D5CFBB: hue angle of 46.15º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5CFBB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 187 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.16 |
| HSL | 46.15º | 0.24% | 0.78% | - |
| HSV(B) | 46.15º | 0.12% | 0.84% | - |
| XYZ | 58.72 | 62.36 | 55.96 | - |
| YUV | 206.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 187 | 0 | 0.03 | 0.12 | 0.16 | 46.15 | 0.24 | 0.78 |
| Hex | D5 | CF | BB | 0 | 3 | C | 10 | 2E | 18 | 4E |
| Octal | 325 | 317 | 273 | 0 | 3 | 14 | 20 | 56 | 30 | 116 |
| Binary | 11010101 | 11001111 | 10111011 | 0 | 11 | 1100 | 10000 | 101110 | 11000 | 1001110 |
Color Harmonies of #D5CFBB
Complementary color
Monochromatic Colors of #D5CFBB
Black with #D5CFBB
Text Example
Text Example
White with #D5CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFBB; }
p { color: rgb(213,207,187); }
H1.HeaderClassName
{
color: #D5CFBB;
}
.AnyTagClassName
{
color: #D5CFBB;
}
</style>
background-color css
<style>
a { background-color: #D5CFBB; }
a { background-color: rgb(213,207,187); }
div.DivClassName
{
background-color: #D5CFBB;
}
.BgClassName
{
background-color: #D5CFBB;
}
</style>
border-color css
<style>
span { border-color: #D5CFBB; }
span { border-color: rgb(213,207,187); }
td.TdClassName
{
border-color: #D5CFBB;
}
.TagClassName
{
border-color: #D5CFBB;
}
</style>