Shades of Ebb #E1D2CE
Tints of Ebb #E1D2CE
RGB
CMYK
RGB Variations
Color information
#E1D2CE (or 0xE1D2CE) is known color: Ebb. HEX triplet: E1, D2 and CE. RGB value is (225,210,206). Sum of RGB (Red+Green+Blue) = 225+210+206=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2CE is #1E2D31. Grayscale: #D6D6D6. Windows color (decimal): -1977650 or 13554401. OLE color: 13554401.
HSL color Cylindrical-coordinate representation of color #E1D2CE: hue angle of 12.63º 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 #E1D2CE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 206 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.12 |
| HSL | 12.63º | 0.24% | 0.85% | - |
| HSV(B) | 12.63º | 0.08% | 0.88% | - |
| XYZ | 65.24 | 66.56 | 67.8 | - |
| YUV | 214.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 206 | 0 | 0.07 | 0.08 | 0.12 | 12.63 | 0.24 | 0.85 |
| Hex | E1 | D2 | CE | 0 | 7 | 8 | C | D | 18 | 55 |
| Octal | 341 | 322 | 316 | 0 | 7 | 10 | 14 | 15 | 30 | 125 |
| Binary | 11100001 | 11010010 | 11001110 | 0 | 111 | 1000 | 1100 | 1101 | 11000 | 1010101 |
Color Harmonies of #E1D2CE
Complementary color
Monochromatic Colors of #E1D2CE
Black with #E1D2CE
Text Example
Text Example
White with #E1D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2CE; }
p { color: rgb(225,210,206); }
H1.HeaderClassName
{
color: #E1D2CE;
}
.AnyTagClassName
{
color: #E1D2CE;
}
</style>
background-color css
<style>
a { background-color: #E1D2CE; }
a { background-color: rgb(225,210,206); }
div.DivClassName
{
background-color: #E1D2CE;
}
.BgClassName
{
background-color: #E1D2CE;
}
</style>
border-color css
<style>
span { border-color: #E1D2CE; }
span { border-color: rgb(225,210,206); }
td.TdClassName
{
border-color: #E1D2CE;
}
.TagClassName
{
border-color: #E1D2CE;
}
</style>