Shades of Ebb #EED8D2
Tints of Ebb #EED8D2
RGB
CMYK
RGB Variations
Color information
#EED8D2 (or 0xEED8D2) is known color: Ebb. HEX triplet: EE, D8 and D2. RGB value is (238,216,210). Sum of RGB (Red+Green+Blue) = 238+216+210=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8D2 is #11272D. Grayscale: #DDDDDD. Windows color (decimal): -1124142 or 13818094. OLE color: 13818094.
HSL color Cylindrical-coordinate representation of color #EED8D2: hue angle of 12.86º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED8D2 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 210 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.07 |
| HSL | 12.86º | 0.45% | 0.88% | - |
| HSV(B) | 12.86º | 0.12% | 0.93% | - |
| XYZ | 71.45 | 71.94 | 71.09 | - |
| YUV | 221.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 210 | 0 | 0.09 | 0.12 | 0.07 | 12.86 | 0.45 | 0.88 |
| Hex | EE | D8 | D2 | 0 | 9 | C | 7 | D | 2D | 58 |
| Octal | 356 | 330 | 322 | 0 | 11 | 14 | 7 | 15 | 55 | 130 |
| Binary | 11101110 | 11011000 | 11010010 | 0 | 1001 | 1100 | 111 | 1101 | 101101 | 1011000 |
Color Harmonies of #EED8D2
Complementary color
Monochromatic Colors of #EED8D2
Black with #EED8D2
Text Example
Text Example
White with #EED8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8D2; }
p { color: rgb(238,216,210); }
H1.HeaderClassName
{
color: #EED8D2;
}
.AnyTagClassName
{
color: #EED8D2;
}
</style>
background-color css
<style>
a { background-color: #EED8D2; }
a { background-color: rgb(238,216,210); }
div.DivClassName
{
background-color: #EED8D2;
}
.BgClassName
{
background-color: #EED8D2;
}
</style>
border-color css
<style>
span { border-color: #EED8D2; }
span { border-color: rgb(238,216,210); }
td.TdClassName
{
border-color: #EED8D2;
}
.TagClassName
{
border-color: #EED8D2;
}
</style>