Shades of Ebb #EED5D0
Tints of Ebb #EED5D0
RGB
CMYK
RGB Variations
Color information
#EED5D0 (or 0xEED5D0) is known color: Ebb. HEX triplet: EE, D5 and D0. RGB value is (238,213,208). Sum of RGB (Red+Green+Blue) = 238+213+208=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5D0 is #112A2F. Grayscale: #DBDBDB. Windows color (decimal): -1124912 or 13686254. OLE color: 13686254.
HSL color Cylindrical-coordinate representation of color #EED5D0: hue angle of 10º 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 #EED5D0 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 213 | 208 | - |
CMYK | 0 | 0.11 | 0.13 | 0.07 |
HSL | 10º | 0.47% | 0.87% | - |
HSV(B) | 10º | 0.13% | 0.93% | - |
XYZ | 70.44 | 70.32 | 69.54 | - |
YUV | 219.91 | 121.28 | 140.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 213 | 208 | 0 | 0.11 | 0.13 | 0.07 | 10 | 0.47 | 0.87 |
Hex | EE | D5 | D0 | 0 | B | D | 7 | A | 2F | 57 |
Octal | 356 | 325 | 320 | 0 | 13 | 15 | 7 | 12 | 57 | 127 |
Binary | 11101110 | 11010101 | 11010000 | 0 | 1011 | 1101 | 111 | 1010 | 101111 | 1010111 |
Color Harmonies of #EED5D0
Complementary color
Monochromatic Colors of #EED5D0
Black with #EED5D0
Text Example
Text Example
White with #EED5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5D0; }
p { color: rgb(238,213,208); }
H1.HeaderClassName
{
color: #EED5D0;
}
.AnyTagClassName
{
color: #EED5D0;
}
</style>
background-color css
<style>
a { background-color: #EED5D0; }
a { background-color: rgb(238,213,208); }
div.DivClassName
{
background-color: #EED5D0;
}
.BgClassName
{
background-color: #EED5D0;
}
</style>
border-color css
<style>
span { border-color: #EED5D0; }
span { border-color: rgb(238,213,208); }
td.TdClassName
{
border-color: #EED5D0;
}
.TagClassName
{
border-color: #EED5D0;
}
</style>