Shades of Ebb #ECD9D5
Tints of Ebb #ECD9D5
RGB
CMYK
RGB Variations
Color information
#ECD9D5 (or 0xECD9D5) is known color: Ebb. HEX triplet: EC, D9 and D5. RGB value is (236,217,213). Sum of RGB (Red+Green+Blue) = 236+217+213=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9D5 is #13262A. Grayscale: #DEDEDE. Windows color (decimal): -1254955 or 14014956. OLE color: 14014956.
HSL color Cylindrical-coordinate representation of color #ECD9D5: hue angle of 10.43º 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 #ECD9D5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 213 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.07 |
| HSL | 10.43º | 0.38% | 0.88% | - |
| HSV(B) | 10.43º | 0.1% | 0.93% | - |
| XYZ | 71.42 | 72.26 | 73.13 | - |
| YUV | 222.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 213 | 0 | 0.08 | 0.10 | 0.07 | 10.43 | 0.38 | 0.88 |
| Hex | EC | D9 | D5 | 0 | 8 | A | 7 | A | 26 | 58 |
| Octal | 354 | 331 | 325 | 0 | 10 | 12 | 7 | 12 | 46 | 130 |
| Binary | 11101100 | 11011001 | 11010101 | 0 | 1000 | 1010 | 111 | 1010 | 100110 | 1011000 |
Color Harmonies of #ECD9D5
Complementary color
Monochromatic Colors of #ECD9D5
Black with #ECD9D5
Text Example
Text Example
White with #ECD9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9D5; }
p { color: rgb(236,217,213); }
H1.HeaderClassName
{
color: #ECD9D5;
}
.AnyTagClassName
{
color: #ECD9D5;
}
</style>
background-color css
<style>
a { background-color: #ECD9D5; }
a { background-color: rgb(236,217,213); }
div.DivClassName
{
background-color: #ECD9D5;
}
.BgClassName
{
background-color: #ECD9D5;
}
</style>
border-color css
<style>
span { border-color: #ECD9D5; }
span { border-color: rgb(236,217,213); }
td.TdClassName
{
border-color: #ECD9D5;
}
.TagClassName
{
border-color: #ECD9D5;
}
</style>