Shades of Pot Pourri #EAE0DD
Tints of Pot Pourri #EAE0DD
RGB
CMYK
RGB Variations
Color information
#EAE0DD (or 0xEAE0DD) is known color: Pot Pourri. HEX triplet: EA, E0 and DD. RGB value is (234,224,221). Sum of RGB (Red+Green+Blue) = 234+224+221=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0DD is #151F22. Grayscale: #E2E2E2. Windows color (decimal): -1384227 or 14541034. OLE color: 14541034.
HSL color Cylindrical-coordinate representation of color #EAE0DD: hue angle of 13.85º degrees, saturation: 0.24, 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 #EAE0DD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 221 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.08 |
| HSL | 13.85º | 0.24% | 0.89% | - |
| HSV(B) | 13.85º | 0.06% | 0.92% | - |
| XYZ | 73.64 | 76.02 | 79.2 | - |
| YUV | 226.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 221 | 0 | 0.04 | 0.06 | 0.08 | 13.85 | 0.24 | 0.89 |
| Hex | EA | E0 | DD | 0 | 4 | 6 | 8 | E | 18 | 59 |
| Octal | 352 | 340 | 335 | 0 | 4 | 6 | 10 | 16 | 30 | 131 |
| Binary | 11101010 | 11100000 | 11011101 | 0 | 100 | 110 | 1000 | 1110 | 11000 | 1011001 |
Color Harmonies of #EAE0DD
Complementary color
Monochromatic Colors of #EAE0DD
Black with #EAE0DD
Text Example
Text Example
White with #EAE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0DD; }
p { color: rgb(234,224,221); }
H1.HeaderClassName
{
color: #EAE0DD;
}
.AnyTagClassName
{
color: #EAE0DD;
}
</style>
background-color css
<style>
a { background-color: #EAE0DD; }
a { background-color: rgb(234,224,221); }
div.DivClassName
{
background-color: #EAE0DD;
}
.BgClassName
{
background-color: #EAE0DD;
}
</style>
border-color css
<style>
span { border-color: #EAE0DD; }
span { border-color: rgb(234,224,221); }
td.TdClassName
{
border-color: #EAE0DD;
}
.TagClassName
{
border-color: #EAE0DD;
}
</style>