Shades of Ebb #E2DCDB
Tints of Ebb #E2DCDB
RGB
CMYK
RGB Variations
Color information
#E2DCDB (or 0xE2DCDB) is known color: Ebb. HEX triplet: E2, DC and DB. RGB value is (226,220,219). Sum of RGB (Red+Green+Blue) = 226+220+219=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCDB is #1D2324. Grayscale: #DDDDDD. Windows color (decimal): -1909541 or 14408930. OLE color: 14408930.
HSL color Cylindrical-coordinate representation of color #E2DCDB: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DCDB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 220 | 219 | - |
CMYK | 0 | 0.03 | 0.03 | 0.11 |
HSL | 8.57º | 0.11% | 0.87% | - |
HSV(B) | 8.57º | 0.03% | 0.89% | - |
XYZ | 69.74 | 72.47 | 77.33 | - |
YUV | 221.68 | 126.49 | 131.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 219 | 0 | 0.03 | 0.03 | 0.11 | 8.57 | 0.11 | 0.87 |
Hex | E2 | DC | DB | 0 | 3 | 3 | B | 9 | B | 57 |
Octal | 342 | 334 | 333 | 0 | 3 | 3 | 13 | 11 | 13 | 127 |
Binary | 11100010 | 11011100 | 11011011 | 0 | 11 | 11 | 1011 | 1001 | 1011 | 1010111 |
Color Harmonies of #E2DCDB
Complementary color
Monochromatic Colors of #E2DCDB
Black with #E2DCDB
Text Example
Text Example
White with #E2DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCDB; }
p { color: rgb(226,220,219); }
H1.HeaderClassName
{
color: #E2DCDB;
}
.AnyTagClassName
{
color: #E2DCDB;
}
</style>
background-color css
<style>
a { background-color: #E2DCDB; }
a { background-color: rgb(226,220,219); }
div.DivClassName
{
background-color: #E2DCDB;
}
.BgClassName
{
background-color: #E2DCDB;
}
</style>
border-color css
<style>
span { border-color: #E2DCDB; }
span { border-color: rgb(226,220,219); }
td.TdClassName
{
border-color: #E2DCDB;
}
.TagClassName
{
border-color: #E2DCDB;
}
</style>