Shades of Ecru White #D5CEBC
Tints of Ecru White #D5CEBC
RGB
CMYK
RGB Variations
Color information
#D5CEBC (or 0xD5CEBC) is known color: Ecru White. HEX triplet: D5, CE and BC. RGB value is (213,206,188). Sum of RGB (Red+Green+Blue) = 213+206+188=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEBC is #2A3143. Grayscale: #CECECE. Windows color (decimal): -2765124 or 12373717. OLE color: 12373717.
HSL color Cylindrical-coordinate representation of color #D5CEBC: hue angle of 43.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5CEBC is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 188 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.16 |
| HSL | 43.2º | 0.23% | 0.79% | - |
| HSV(B) | 43.2º | 0.12% | 0.84% | - |
| XYZ | 58.59 | 61.92 | 56.44 | - |
| YUV | 206.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 188 | 0 | 0.03 | 0.12 | 0.16 | 43.2 | 0.23 | 0.79 |
| Hex | D5 | CE | BC | 0 | 3 | C | 10 | 2B | 17 | 4F |
| Octal | 325 | 316 | 274 | 0 | 3 | 14 | 20 | 53 | 27 | 117 |
| Binary | 11010101 | 11001110 | 10111100 | 0 | 11 | 1100 | 10000 | 101011 | 10111 | 1001111 |
Color Harmonies of #D5CEBC
Complementary color
Monochromatic Colors of #D5CEBC
Black with #D5CEBC
Text Example
Text Example
White with #D5CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEBC; }
p { color: rgb(213,206,188); }
H1.HeaderClassName
{
color: #D5CEBC;
}
.AnyTagClassName
{
color: #D5CEBC;
}
</style>
background-color css
<style>
a { background-color: #D5CEBC; }
a { background-color: rgb(213,206,188); }
div.DivClassName
{
background-color: #D5CEBC;
}
.BgClassName
{
background-color: #D5CEBC;
}
</style>
border-color css
<style>
span { border-color: #D5CEBC; }
span { border-color: rgb(213,206,188); }
td.TdClassName
{
border-color: #D5CEBC;
}
.TagClassName
{
border-color: #D5CEBC;
}
</style>