Shades of Ebb #E5DFDD
Tints of Ebb #E5DFDD
RGB
CMYK
RGB Variations
Color information
#E5DFDD (or 0xE5DFDD) is known color: Ebb. HEX triplet: E5, DF and DD. RGB value is (229,223,221). Sum of RGB (Red+Green+Blue) = 229+223+221=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFDD is #1A2022. Grayscale: #E0E0E0. Windows color (decimal): -1712163 or 14540773. OLE color: 14540773.
HSL color Cylindrical-coordinate representation of color #E5DFDD: hue angle of 15º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DFDD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 223 | 221 | - |
CMYK | 0 | 0.03 | 0.03 | 0.10 |
HSL | 15º | 0.13% | 0.88% | - |
HSV(B) | 15º | 0.03% | 0.9% | - |
XYZ | 71.75 | 74.65 | 79.03 | - |
YUV | 224.57 | 125.99 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 223 | 221 | 0 | 0.03 | 0.03 | 0.10 | 15 | 0.13 | 0.88 |
Hex | E5 | DF | DD | 0 | 3 | 3 | A | F | D | 58 |
Octal | 345 | 337 | 335 | 0 | 3 | 3 | 12 | 17 | 15 | 130 |
Binary | 11100101 | 11011111 | 11011101 | 0 | 11 | 11 | 1010 | 1111 | 1101 | 1011000 |
Color Harmonies of #E5DFDD
Complementary color
Monochromatic Colors of #E5DFDD
Black with #E5DFDD
Text Example
Text Example
White with #E5DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFDD; }
p { color: rgb(229,223,221); }
H1.HeaderClassName
{
color: #E5DFDD;
}
.AnyTagClassName
{
color: #E5DFDD;
}
</style>
background-color css
<style>
a { background-color: #E5DFDD; }
a { background-color: rgb(229,223,221); }
div.DivClassName
{
background-color: #E5DFDD;
}
.BgClassName
{
background-color: #E5DFDD;
}
</style>
border-color css
<style>
span { border-color: #E5DFDD; }
span { border-color: rgb(229,223,221); }
td.TdClassName
{
border-color: #E5DFDD;
}
.TagClassName
{
border-color: #E5DFDD;
}
</style>