Shades of Pot Pourri #EAE0DB
Tints of Pot Pourri #EAE0DB
RGB
CMYK
RGB Variations
Color information
#EAE0DB (or 0xEAE0DB) is known color: Pot Pourri. HEX triplet: EA, E0 and DB. RGB value is (234,224,219). Sum of RGB (Red+Green+Blue) = 234+224+219=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0DB is #151F24. Grayscale: #E2E2E2. Windows color (decimal): -1384229 or 14409962. OLE color: 14409962.
HSL color Cylindrical-coordinate representation of color #EAE0DB: hue angle of 20º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE0DB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 219 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.08 |
| HSL | 20º | 0.26% | 0.89% | - |
| HSV(B) | 20º | 0.06% | 0.92% | - |
| XYZ | 73.37 | 75.92 | 77.8 | - |
| YUV | 226.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 219 | 0 | 0.04 | 0.06 | 0.08 | 20 | 0.26 | 0.89 |
| Hex | EA | E0 | DB | 0 | 4 | 6 | 8 | 14 | 1A | 59 |
| Octal | 352 | 340 | 333 | 0 | 4 | 6 | 10 | 24 | 32 | 131 |
| Binary | 11101010 | 11100000 | 11011011 | 0 | 100 | 110 | 1000 | 10100 | 11010 | 1011001 |
Color Harmonies of #EAE0DB
Complementary color
Monochromatic Colors of #EAE0DB
Black with #EAE0DB
Text Example
Text Example
White with #EAE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0DB; }
p { color: rgb(234,224,219); }
H1.HeaderClassName
{
color: #EAE0DB;
}
.AnyTagClassName
{
color: #EAE0DB;
}
</style>
background-color css
<style>
a { background-color: #EAE0DB; }
a { background-color: rgb(234,224,219); }
div.DivClassName
{
background-color: #EAE0DB;
}
.BgClassName
{
background-color: #EAE0DB;
}
</style>
border-color css
<style>
span { border-color: #EAE0DB; }
span { border-color: rgb(234,224,219); }
td.TdClassName
{
border-color: #EAE0DB;
}
.TagClassName
{
border-color: #EAE0DB;
}
</style>