Shades of Ecru White #D6CFBB
Tints of Ecru White #D6CFBB
RGB
CMYK
RGB Variations
Color information
#D6CFBB (or 0xD6CFBB) is known color: Ecru White. HEX triplet: D6, CF and BB. RGB value is (214,207,187). Sum of RGB (Red+Green+Blue) = 214+207+187=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFBB is #293044. Grayscale: #CECECE. Windows color (decimal): -2699333 or 12308438. OLE color: 12308438.
HSL color Cylindrical-coordinate representation of color #D6CFBB: hue angle of 44.44º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CFBB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 187 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.16 |
| HSL | 44.44º | 0.25% | 0.79% | - |
| HSV(B) | 44.44º | 0.13% | 0.84% | - |
| XYZ | 59.01 | 62.51 | 55.97 | - |
| YUV | 206.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 187 | 0 | 0.03 | 0.13 | 0.16 | 44.44 | 0.25 | 0.79 |
| Hex | D6 | CF | BB | 0 | 3 | D | 10 | 2C | 19 | 4F |
| Octal | 326 | 317 | 273 | 0 | 3 | 15 | 20 | 54 | 31 | 117 |
| Binary | 11010110 | 11001111 | 10111011 | 0 | 11 | 1101 | 10000 | 101100 | 11001 | 1001111 |
Color Harmonies of #D6CFBB
Complementary color
Monochromatic Colors of #D6CFBB
Black with #D6CFBB
Text Example
Text Example
White with #D6CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFBB; }
p { color: rgb(214,207,187); }
H1.HeaderClassName
{
color: #D6CFBB;
}
.AnyTagClassName
{
color: #D6CFBB;
}
</style>
background-color css
<style>
a { background-color: #D6CFBB; }
a { background-color: rgb(214,207,187); }
div.DivClassName
{
background-color: #D6CFBB;
}
.BgClassName
{
background-color: #D6CFBB;
}
</style>
border-color css
<style>
span { border-color: #D6CFBB; }
span { border-color: rgb(214,207,187); }
td.TdClassName
{
border-color: #D6CFBB;
}
.TagClassName
{
border-color: #D6CFBB;
}
</style>