Shades of Ebb #E1D0CD
Tints of Ebb #E1D0CD
RGB
CMYK
RGB Variations
Color information
#E1D0CD (or 0xE1D0CD) is known color: Ebb. HEX triplet: E1, D0 and CD. RGB value is (225,208,205). Sum of RGB (Red+Green+Blue) = 225+208+205=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0CD is #1E2F32. Grayscale: #D4D4D4. Windows color (decimal): -1978163 or 13488353. OLE color: 13488353.
HSL color Cylindrical-coordinate representation of color #E1D0CD: hue angle of 9º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1D0CD is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 205 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.12 |
| HSL | 9º | 0.25% | 0.84% | - |
| HSV(B) | 9º | 0.09% | 0.88% | - |
| XYZ | 64.63 | 65.53 | 67 | - |
| YUV | 212.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 205 | 0 | 0.08 | 0.09 | 0.12 | 9 | 0.25 | 0.84 |
| Hex | E1 | D0 | CD | 0 | 8 | 9 | C | 9 | 19 | 54 |
| Octal | 341 | 320 | 315 | 0 | 10 | 11 | 14 | 11 | 31 | 124 |
| Binary | 11100001 | 11010000 | 11001101 | 0 | 1000 | 1001 | 1100 | 1001 | 11001 | 1010100 |
Color Harmonies of #E1D0CD
Complementary color
Monochromatic Colors of #E1D0CD
Black with #E1D0CD
Text Example
Text Example
White with #E1D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0CD; }
p { color: rgb(225,208,205); }
H1.HeaderClassName
{
color: #E1D0CD;
}
.AnyTagClassName
{
color: #E1D0CD;
}
</style>
background-color css
<style>
a { background-color: #E1D0CD; }
a { background-color: rgb(225,208,205); }
div.DivClassName
{
background-color: #E1D0CD;
}
.BgClassName
{
background-color: #E1D0CD;
}
</style>
border-color css
<style>
span { border-color: #E1D0CD; }
span { border-color: rgb(225,208,205); }
td.TdClassName
{
border-color: #E1D0CD;
}
.TagClassName
{
border-color: #E1D0CD;
}
</style>