Shades of Ebb #EED5CF
Tints of Ebb #EED5CF
RGB
CMYK
RGB Variations
Color information
#EED5CF (or 0xEED5CF) is known color: Ebb. HEX triplet: EE, D5 and CF. RGB value is (238,213,207). Sum of RGB (Red+Green+Blue) = 238+213+207=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5CF is #112A30. Grayscale: #DBDBDB. Windows color (decimal): -1124913 or 13620718. OLE color: 13620718.
HSL color Cylindrical-coordinate representation of color #EED5CF: hue angle of 11.61º degrees, saturation: 0.48, 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 #EED5CF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 207 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.07 |
| HSL | 11.61º | 0.48% | 0.87% | - |
| HSV(B) | 11.61º | 0.13% | 0.93% | - |
| XYZ | 70.32 | 70.27 | 68.89 | - |
| YUV | 219.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 207 | 0 | 0.11 | 0.13 | 0.07 | 11.61 | 0.48 | 0.87 |
| Hex | EE | D5 | CF | 0 | B | D | 7 | C | 30 | 57 |
| Octal | 356 | 325 | 317 | 0 | 13 | 15 | 7 | 14 | 60 | 127 |
| Binary | 11101110 | 11010101 | 11001111 | 0 | 1011 | 1101 | 111 | 1100 | 110000 | 1010111 |
Color Harmonies of #EED5CF
Complementary color
Monochromatic Colors of #EED5CF
Black with #EED5CF
Text Example
Text Example
White with #EED5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5CF; }
p { color: rgb(238,213,207); }
H1.HeaderClassName
{
color: #EED5CF;
}
.AnyTagClassName
{
color: #EED5CF;
}
</style>
background-color css
<style>
a { background-color: #EED5CF; }
a { background-color: rgb(238,213,207); }
div.DivClassName
{
background-color: #EED5CF;
}
.BgClassName
{
background-color: #EED5CF;
}
</style>
border-color css
<style>
span { border-color: #EED5CF; }
span { border-color: rgb(238,213,207); }
td.TdClassName
{
border-color: #EED5CF;
}
.TagClassName
{
border-color: #EED5CF;
}
</style>