Shades of Ebb #ECD8D5
Tints of Ebb #ECD8D5
RGB
CMYK
RGB Variations
Color information
#ECD8D5 (or 0xECD8D5) is known color: Ebb. HEX triplet: EC, D8 and D5. RGB value is (236,216,213). Sum of RGB (Red+Green+Blue) = 236+216+213=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8D5 is #13272A. Grayscale: #DDDDDD. Windows color (decimal): -1255211 or 14014700. OLE color: 14014700.
HSL color Cylindrical-coordinate representation of color #ECD8D5: hue angle of 7.83º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD8D5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 213 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.07 |
| HSL | 7.83º | 0.38% | 0.88% | - |
| HSV(B) | 7.83º | 0.1% | 0.93% | - |
| XYZ | 71.16 | 71.75 | 73.05 | - |
| YUV | 221.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 213 | 0 | 0.08 | 0.10 | 0.07 | 7.83 | 0.38 | 0.88 |
| Hex | EC | D8 | D5 | 0 | 8 | A | 7 | 8 | 26 | 58 |
| Octal | 354 | 330 | 325 | 0 | 10 | 12 | 7 | 10 | 46 | 130 |
| Binary | 11101100 | 11011000 | 11010101 | 0 | 1000 | 1010 | 111 | 1000 | 100110 | 1011000 |
Color Harmonies of #ECD8D5
Complementary color
Monochromatic Colors of #ECD8D5
Black with #ECD8D5
Text Example
Text Example
White with #ECD8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8D5; }
p { color: rgb(236,216,213); }
H1.HeaderClassName
{
color: #ECD8D5;
}
.AnyTagClassName
{
color: #ECD8D5;
}
</style>
background-color css
<style>
a { background-color: #ECD8D5; }
a { background-color: rgb(236,216,213); }
div.DivClassName
{
background-color: #ECD8D5;
}
.BgClassName
{
background-color: #ECD8D5;
}
</style>
border-color css
<style>
span { border-color: #ECD8D5; }
span { border-color: rgb(236,216,213); }
td.TdClassName
{
border-color: #ECD8D5;
}
.TagClassName
{
border-color: #ECD8D5;
}
</style>