Shades of Ebb #E1D4D2
Tints of Ebb #E1D4D2
RGB
CMYK
RGB Variations
Color information
#E1D4D2 (or 0xE1D4D2) is known color: Ebb. HEX triplet: E1, D4 and D2. RGB value is (225,212,210). Sum of RGB (Red+Green+Blue) = 225+212+210=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4D2 is #1E2B2D. Grayscale: #D7D7D7. Windows color (decimal): -1977134 or 13817057. OLE color: 13817057.
HSL color Cylindrical-coordinate representation of color #E1D4D2: hue angle of 8º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1D4D2 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 210 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.12 |
| HSL | 8º | 0.2% | 0.85% | - |
| HSV(B) | 8º | 0.07% | 0.88% | - |
| XYZ | 66.23 | 67.75 | 70.56 | - |
| YUV | 215.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 210 | 0 | 0.06 | 0.07 | 0.12 | 8 | 0.2 | 0.85 |
| Hex | E1 | D4 | D2 | 0 | 6 | 7 | C | 8 | 14 | 55 |
| Octal | 341 | 324 | 322 | 0 | 6 | 7 | 14 | 10 | 24 | 125 |
| Binary | 11100001 | 11010100 | 11010010 | 0 | 110 | 111 | 1100 | 1000 | 10100 | 1010101 |
Color Harmonies of #E1D4D2
Complementary color
Monochromatic Colors of #E1D4D2
Black with #E1D4D2
Text Example
Text Example
White with #E1D4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D4D2; }
p { color: rgb(225,212,210); }
H1.HeaderClassName
{
color: #E1D4D2;
}
.AnyTagClassName
{
color: #E1D4D2;
}
</style>
background-color css
<style>
a { background-color: #E1D4D2; }
a { background-color: rgb(225,212,210); }
div.DivClassName
{
background-color: #E1D4D2;
}
.BgClassName
{
background-color: #E1D4D2;
}
</style>
border-color css
<style>
span { border-color: #E1D4D2; }
span { border-color: rgb(225,212,210); }
td.TdClassName
{
border-color: #E1D4D2;
}
.TagClassName
{
border-color: #E1D4D2;
}
</style>