Shades of Ebb #ECD5D0
Tints of Ebb #ECD5D0
RGB
CMYK
RGB Variations
Color information
#ECD5D0 (or 0xECD5D0) is known color: Ebb. HEX triplet: EC, D5 and D0. RGB value is (236,213,208). Sum of RGB (Red+Green+Blue) = 236+213+208=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5D0 is #132A2F. Grayscale: #DBDBDB. Windows color (decimal): -1255984 or 13686252. OLE color: 13686252.
HSL color Cylindrical-coordinate representation of color #ECD5D0: hue angle of 10.71º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD5D0 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 208 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.07 |
| HSL | 10.71º | 0.42% | 0.87% | - |
| HSV(B) | 10.71º | 0.12% | 0.93% | - |
| XYZ | 69.77 | 69.98 | 69.5 | - |
| YUV | 219.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 208 | 0 | 0.10 | 0.12 | 0.07 | 10.71 | 0.42 | 0.87 |
| Hex | EC | D5 | D0 | 0 | A | C | 7 | B | 2A | 57 |
| Octal | 354 | 325 | 320 | 0 | 12 | 14 | 7 | 13 | 52 | 127 |
| Binary | 11101100 | 11010101 | 11010000 | 0 | 1010 | 1100 | 111 | 1011 | 101010 | 1010111 |
Color Harmonies of #ECD5D0
Complementary color
Monochromatic Colors of #ECD5D0
Black with #ECD5D0
Text Example
Text Example
White with #ECD5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5D0; }
p { color: rgb(236,213,208); }
H1.HeaderClassName
{
color: #ECD5D0;
}
.AnyTagClassName
{
color: #ECD5D0;
}
</style>
background-color css
<style>
a { background-color: #ECD5D0; }
a { background-color: rgb(236,213,208); }
div.DivClassName
{
background-color: #ECD5D0;
}
.BgClassName
{
background-color: #ECD5D0;
}
</style>
border-color css
<style>
span { border-color: #ECD5D0; }
span { border-color: rgb(236,213,208); }
td.TdClassName
{
border-color: #ECD5D0;
}
.TagClassName
{
border-color: #ECD5D0;
}
</style>