Shades of Ebb #ECD8D4
Tints of Ebb #ECD8D4
RGB
CMYK
RGB Variations
Color information
#ECD8D4 (or 0xECD8D4) is known color: Ebb. HEX triplet: EC, D8 and D4. RGB value is (236,216,212). Sum of RGB (Red+Green+Blue) = 236+216+212=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8D4 is #13272B. Grayscale: #DDDDDD. Windows color (decimal): -1255212 or 13949164. OLE color: 13949164.
HSL color Cylindrical-coordinate representation of color #ECD8D4: hue angle of 10º degrees, saturation: 0.39, 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 #ECD8D4 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 212 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.07 |
| HSL | 10º | 0.39% | 0.88% | - |
| HSV(B) | 10º | 0.1% | 0.93% | - |
| XYZ | 71.03 | 71.7 | 72.38 | - |
| YUV | 221.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 212 | 0 | 0.08 | 0.10 | 0.07 | 10 | 0.39 | 0.88 |
| Hex | EC | D8 | D4 | 0 | 8 | A | 7 | A | 27 | 58 |
| Octal | 354 | 330 | 324 | 0 | 10 | 12 | 7 | 12 | 47 | 130 |
| Binary | 11101100 | 11011000 | 11010100 | 0 | 1000 | 1010 | 111 | 1010 | 100111 | 1011000 |
Color Harmonies of #ECD8D4
Complementary color
Monochromatic Colors of #ECD8D4
Black with #ECD8D4
Text Example
Text Example
White with #ECD8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8D4; }
p { color: rgb(236,216,212); }
H1.HeaderClassName
{
color: #ECD8D4;
}
.AnyTagClassName
{
color: #ECD8D4;
}
</style>
background-color css
<style>
a { background-color: #ECD8D4; }
a { background-color: rgb(236,216,212); }
div.DivClassName
{
background-color: #ECD8D4;
}
.BgClassName
{
background-color: #ECD8D4;
}
</style>
border-color css
<style>
span { border-color: #ECD8D4; }
span { border-color: rgb(236,216,212); }
td.TdClassName
{
border-color: #ECD8D4;
}
.TagClassName
{
border-color: #ECD8D4;
}
</style>