Shades of Pot Pourri #EADDD5
Tints of Pot Pourri #EADDD5
RGB
CMYK
RGB Variations
Color information
#EADDD5 (or 0xEADDD5) is known color: Pot Pourri. HEX triplet: EA, DD and D5. RGB value is (234,221,213). Sum of RGB (Red+Green+Blue) = 234+221+213=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD5 is #15222A. Grayscale: #E0E0E0. Windows color (decimal): -1385003 or 14015978. OLE color: 14015978.
HSL color Cylindrical-coordinate representation of color #EADDD5: hue angle of 22.86º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADDD5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 213 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.08 |
| HSL | 22.86º | 0.33% | 0.88% | - |
| HSV(B) | 22.86º | 0.09% | 0.92% | - |
| XYZ | 71.8 | 74.01 | 73.45 | - |
| YUV | 223.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 213 | 0 | 0.06 | 0.09 | 0.08 | 22.86 | 0.33 | 0.88 |
| Hex | EA | DD | D5 | 0 | 6 | 9 | 8 | 17 | 21 | 58 |
| Octal | 352 | 335 | 325 | 0 | 6 | 11 | 10 | 27 | 41 | 130 |
| Binary | 11101010 | 11011101 | 11010101 | 0 | 110 | 1001 | 1000 | 10111 | 100001 | 1011000 |
Color Harmonies of #EADDD5
Complementary color
Monochromatic Colors of #EADDD5
Black with #EADDD5
Text Example
Text Example
White with #EADDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDD5; }
p { color: rgb(234,221,213); }
H1.HeaderClassName
{
color: #EADDD5;
}
.AnyTagClassName
{
color: #EADDD5;
}
</style>
background-color css
<style>
a { background-color: #EADDD5; }
a { background-color: rgb(234,221,213); }
div.DivClassName
{
background-color: #EADDD5;
}
.BgClassName
{
background-color: #EADDD5;
}
</style>
border-color css
<style>
span { border-color: #EADDD5; }
span { border-color: rgb(234,221,213); }
td.TdClassName
{
border-color: #EADDD5;
}
.TagClassName
{
border-color: #EADDD5;
}
</style>