Shades of Prim #E0DBDD
Tints of Prim #E0DBDD
RGB
CMYK
RGB Variations
Color information
#E0DBDD (or 0xE0DBDD) is known color: Prim. HEX triplet: E0, DB and DD. RGB value is (224,219,221). Sum of RGB (Red+Green+Blue) = 224+219+221=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBDD is #1F2422. Grayscale: #DCDCDC. Windows color (decimal): -2040867 or 14539744. OLE color: 14539744.
HSL color Cylindrical-coordinate representation of color #E0DBDD: hue angle of 336º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0DBDD is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 221 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.12 |
| HSL | 336º | 0.07% | 0.87% | - |
| HSV(B) | 336º | 0.02% | 0.88% | - |
| XYZ | 69.12 | 71.73 | 78.61 | - |
| YUV | 220.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 221 | 0 | 0.02 | 0.01 | 0.12 | 336 | 0.07 | 0.87 |
| Hex | E0 | DB | DD | 0 | 2 | 1 | C | 150 | 7 | 57 |
| Octal | 340 | 333 | 335 | 0 | 2 | 1 | 14 | 520 | 7 | 127 |
| Binary | 11100000 | 11011011 | 11011101 | 0 | 10 | 1 | 1100 | 101010000 | 111 | 1010111 |
Color Harmonies of #E0DBDD
Complementary color
Monochromatic Colors of #E0DBDD
Black with #E0DBDD
Text Example
Text Example
White with #E0DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBDD; }
p { color: rgb(224,219,221); }
H1.HeaderClassName
{
color: #E0DBDD;
}
.AnyTagClassName
{
color: #E0DBDD;
}
</style>
background-color css
<style>
a { background-color: #E0DBDD; }
a { background-color: rgb(224,219,221); }
div.DivClassName
{
background-color: #E0DBDD;
}
.BgClassName
{
background-color: #E0DBDD;
}
</style>
border-color css
<style>
span { border-color: #E0DBDD; }
span { border-color: rgb(224,219,221); }
td.TdClassName
{
border-color: #E0DBDD;
}
.TagClassName
{
border-color: #E0DBDD;
}
</style>