Shades of Ebb #E2D5D1
Tints of Ebb #E2D5D1
RGB
CMYK
RGB Variations
Color information
#E2D5D1 (or 0xE2D5D1) is known color: Ebb. HEX triplet: E2, D5 and D1. RGB value is (226,213,209). Sum of RGB (Red+Green+Blue) = 226+213+209=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5D1 is #1D2A2E. Grayscale: #D8D8D8. Windows color (decimal): -1911343 or 13751778. OLE color: 13751778.
HSL color Cylindrical-coordinate representation of color #E2D5D1: hue angle of 14.12º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D5D1 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 213 | 209 | - |
CMYK | 0 | 0.06 | 0.08 | 0.11 |
HSL | 14.12º | 0.23% | 0.85% | - |
HSV(B) | 14.12º | 0.08% | 0.89% | - |
XYZ | 66.67 | 68.36 | 70 | - |
YUV | 216.43 | 123.81 | 134.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 213 | 209 | 0 | 0.06 | 0.08 | 0.11 | 14.12 | 0.23 | 0.85 |
Hex | E2 | D5 | D1 | 0 | 6 | 8 | B | E | 17 | 55 |
Octal | 342 | 325 | 321 | 0 | 6 | 10 | 13 | 16 | 27 | 125 |
Binary | 11100010 | 11010101 | 11010001 | 0 | 110 | 1000 | 1011 | 1110 | 10111 | 1010101 |
Color Harmonies of #E2D5D1
Complementary color
Monochromatic Colors of #E2D5D1
Black with #E2D5D1
Text Example
Text Example
White with #E2D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5D1; }
p { color: rgb(226,213,209); }
H1.HeaderClassName
{
color: #E2D5D1;
}
.AnyTagClassName
{
color: #E2D5D1;
}
</style>
background-color css
<style>
a { background-color: #E2D5D1; }
a { background-color: rgb(226,213,209); }
div.DivClassName
{
background-color: #E2D5D1;
}
.BgClassName
{
background-color: #E2D5D1;
}
</style>
border-color css
<style>
span { border-color: #E2D5D1; }
span { border-color: rgb(226,213,209); }
td.TdClassName
{
border-color: #E2D5D1;
}
.TagClassName
{
border-color: #E2D5D1;
}
</style>