Shades of Pot Pourri #EAE0DC
Tints of Pot Pourri #EAE0DC
RGB
CMYK
RGB Variations
Color information
#EAE0DC (or 0xEAE0DC) is known color: Pot Pourri. HEX triplet: EA, E0 and DC. RGB value is (234,224,220). Sum of RGB (Red+Green+Blue) = 234+224+220=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0DC is #151F23. Grayscale: #E2E2E2. Windows color (decimal): -1384228 or 14475498. OLE color: 14475498.
HSL color Cylindrical-coordinate representation of color #EAE0DC: hue angle of 17.14º degrees, saturation: 0.25, 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 #EAE0DC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 220 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.08 |
| HSL | 17.14º | 0.25% | 0.89% | - |
| HSV(B) | 17.14º | 0.06% | 0.92% | - |
| XYZ | 73.51 | 75.97 | 78.5 | - |
| YUV | 226.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 220 | 0 | 0.04 | 0.06 | 0.08 | 17.14 | 0.25 | 0.89 |
| Hex | EA | E0 | DC | 0 | 4 | 6 | 8 | 11 | 19 | 59 |
| Octal | 352 | 340 | 334 | 0 | 4 | 6 | 10 | 21 | 31 | 131 |
| Binary | 11101010 | 11100000 | 11011100 | 0 | 100 | 110 | 1000 | 10001 | 11001 | 1011001 |
Color Harmonies of #EAE0DC
Complementary color
Monochromatic Colors of #EAE0DC
Black with #EAE0DC
Text Example
Text Example
White with #EAE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0DC; }
p { color: rgb(234,224,220); }
H1.HeaderClassName
{
color: #EAE0DC;
}
.AnyTagClassName
{
color: #EAE0DC;
}
</style>
background-color css
<style>
a { background-color: #EAE0DC; }
a { background-color: rgb(234,224,220); }
div.DivClassName
{
background-color: #EAE0DC;
}
.BgClassName
{
background-color: #EAE0DC;
}
</style>
border-color css
<style>
span { border-color: #EAE0DC; }
span { border-color: rgb(234,224,220); }
td.TdClassName
{
border-color: #EAE0DC;
}
.TagClassName
{
border-color: #EAE0DC;
}
</style>