Shades of Ebb #EED6D0
Tints of Ebb #EED6D0
RGB
CMYK
RGB Variations
Color information
#EED6D0 (or 0xEED6D0) is known color: Ebb. HEX triplet: EE, D6 and D0. RGB value is (238,214,208). Sum of RGB (Red+Green+Blue) = 238+214+208=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6D0 is #11292F. Grayscale: #DCDCDC. Windows color (decimal): -1124656 or 13686510. OLE color: 13686510.
HSL color Cylindrical-coordinate representation of color #EED6D0: hue angle of 12º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED6D0 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 208 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.07 |
| HSL | 12º | 0.47% | 0.87% | - |
| HSV(B) | 12º | 0.13% | 0.93% | - |
| XYZ | 70.69 | 70.82 | 69.62 | - |
| YUV | 220.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 208 | 0 | 0.10 | 0.13 | 0.07 | 12 | 0.47 | 0.87 |
| Hex | EE | D6 | D0 | 0 | A | D | 7 | C | 2F | 57 |
| Octal | 356 | 326 | 320 | 0 | 12 | 15 | 7 | 14 | 57 | 127 |
| Binary | 11101110 | 11010110 | 11010000 | 0 | 1010 | 1101 | 111 | 1100 | 101111 | 1010111 |
Color Harmonies of #EED6D0
Complementary color
Monochromatic Colors of #EED6D0
Black with #EED6D0
Text Example
Text Example
White with #EED6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6D0; }
p { color: rgb(238,214,208); }
H1.HeaderClassName
{
color: #EED6D0;
}
.AnyTagClassName
{
color: #EED6D0;
}
</style>
background-color css
<style>
a { background-color: #EED6D0; }
a { background-color: rgb(238,214,208); }
div.DivClassName
{
background-color: #EED6D0;
}
.BgClassName
{
background-color: #EED6D0;
}
</style>
border-color css
<style>
span { border-color: #EED6D0; }
span { border-color: rgb(238,214,208); }
td.TdClassName
{
border-color: #EED6D0;
}
.TagClassName
{
border-color: #EED6D0;
}
</style>