Shades of Ebb #E1D3CE
Tints of Ebb #E1D3CE
RGB
CMYK
RGB Variations
Color information
#E1D3CE (or 0xE1D3CE) is known color: Ebb. HEX triplet: E1, D3 and CE. RGB value is (225,211,206). Sum of RGB (Red+Green+Blue) = 225+211+206=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3CE is #1E2C31. Grayscale: #D6D6D6. Windows color (decimal): -1977394 or 13554657. OLE color: 13554657.
HSL color Cylindrical-coordinate representation of color #E1D3CE: hue angle of 15.79º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D3CE is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 206 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.12 |
| HSL | 15.79º | 0.24% | 0.85% | - |
| HSV(B) | 15.79º | 0.08% | 0.88% | - |
| XYZ | 65.49 | 67.05 | 67.88 | - |
| YUV | 214.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 206 | 0 | 0.06 | 0.08 | 0.12 | 15.79 | 0.24 | 0.85 |
| Hex | E1 | D3 | CE | 0 | 6 | 8 | C | 10 | 18 | 55 |
| Octal | 341 | 323 | 316 | 0 | 6 | 10 | 14 | 20 | 30 | 125 |
| Binary | 11100001 | 11010011 | 11001110 | 0 | 110 | 1000 | 1100 | 10000 | 11000 | 1010101 |
Color Harmonies of #E1D3CE
Complementary color
Monochromatic Colors of #E1D3CE
Black with #E1D3CE
Text Example
Text Example
White with #E1D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3CE; }
p { color: rgb(225,211,206); }
H1.HeaderClassName
{
color: #E1D3CE;
}
.AnyTagClassName
{
color: #E1D3CE;
}
</style>
background-color css
<style>
a { background-color: #E1D3CE; }
a { background-color: rgb(225,211,206); }
div.DivClassName
{
background-color: #E1D3CE;
}
.BgClassName
{
background-color: #E1D3CE;
}
</style>
border-color css
<style>
span { border-color: #E1D3CE; }
span { border-color: rgb(225,211,206); }
td.TdClassName
{
border-color: #E1D3CE;
}
.TagClassName
{
border-color: #E1D3CE;
}
</style>