Shades of Ebb #EDD5CE
Tints of Ebb #EDD5CE
RGB
CMYK
RGB Variations
Color information
#EDD5CE (or 0xEDD5CE) is known color: Ebb. HEX triplet: ED, D5 and CE. RGB value is (237,213,206). Sum of RGB (Red+Green+Blue) = 237+213+206=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5CE is #122A31. Grayscale: #DBDBDB. Windows color (decimal): -1190450 or 13555181. OLE color: 13555181.
HSL color Cylindrical-coordinate representation of color #EDD5CE: hue angle of 13.55º degrees, saturation: 0.46, 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 #EDD5CE is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 206 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.07 |
| HSL | 13.55º | 0.46% | 0.87% | - |
| HSV(B) | 13.55º | 0.13% | 0.93% | - |
| XYZ | 69.86 | 70.05 | 68.23 | - |
| YUV | 219.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 206 | 0 | 0.10 | 0.13 | 0.07 | 13.55 | 0.46 | 0.87 |
| Hex | ED | D5 | CE | 0 | A | D | 7 | E | 2E | 57 |
| Octal | 355 | 325 | 316 | 0 | 12 | 15 | 7 | 16 | 56 | 127 |
| Binary | 11101101 | 11010101 | 11001110 | 0 | 1010 | 1101 | 111 | 1110 | 101110 | 1010111 |
Color Harmonies of #EDD5CE
Complementary color
Monochromatic Colors of #EDD5CE
Black with #EDD5CE
Text Example
Text Example
White with #EDD5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5CE; }
p { color: rgb(237,213,206); }
H1.HeaderClassName
{
color: #EDD5CE;
}
.AnyTagClassName
{
color: #EDD5CE;
}
</style>
background-color css
<style>
a { background-color: #EDD5CE; }
a { background-color: rgb(237,213,206); }
div.DivClassName
{
background-color: #EDD5CE;
}
.BgClassName
{
background-color: #EDD5CE;
}
</style>
border-color css
<style>
span { border-color: #EDD5CE; }
span { border-color: rgb(237,213,206); }
td.TdClassName
{
border-color: #EDD5CE;
}
.TagClassName
{
border-color: #EDD5CE;
}
</style>