Shades of Ebb #E1D6D2
Tints of Ebb #E1D6D2
RGB
CMYK
RGB Variations
Color information
#E1D6D2 (or 0xE1D6D2) is known color: Ebb. HEX triplet: E1, D6 and D2. RGB value is (225,214,210). Sum of RGB (Red+Green+Blue) = 225+214+210=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6D2 is #1E292D. Grayscale: #D8D8D8. Windows color (decimal): -1976622 or 13817569. OLE color: 13817569.
HSL color Cylindrical-coordinate representation of color #E1D6D2: hue angle of 16º 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 #E1D6D2 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 210 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.12 |
| HSL | 16º | 0.2% | 0.85% | - |
| HSV(B) | 16º | 0.07% | 0.88% | - |
| XYZ | 66.73 | 68.75 | 70.73 | - |
| YUV | 216.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 210 | 0 | 0.05 | 0.07 | 0.12 | 16 | 0.2 | 0.85 |
| Hex | E1 | D6 | D2 | 0 | 5 | 7 | C | 10 | 14 | 55 |
| Octal | 341 | 326 | 322 | 0 | 5 | 7 | 14 | 20 | 24 | 125 |
| Binary | 11100001 | 11010110 | 11010010 | 0 | 101 | 111 | 1100 | 10000 | 10100 | 1010101 |
Color Harmonies of #E1D6D2
Complementary color
Monochromatic Colors of #E1D6D2
Black with #E1D6D2
Text Example
Text Example
White with #E1D6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6D2; }
p { color: rgb(225,214,210); }
H1.HeaderClassName
{
color: #E1D6D2;
}
.AnyTagClassName
{
color: #E1D6D2;
}
</style>
background-color css
<style>
a { background-color: #E1D6D2; }
a { background-color: rgb(225,214,210); }
div.DivClassName
{
background-color: #E1D6D2;
}
.BgClassName
{
background-color: #E1D6D2;
}
</style>
border-color css
<style>
span { border-color: #E1D6D2; }
span { border-color: rgb(225,214,210); }
td.TdClassName
{
border-color: #E1D6D2;
}
.TagClassName
{
border-color: #E1D6D2;
}
</style>