Shades of Pot Pourri #EADDD8
Tints of Pot Pourri #EADDD8
RGB
CMYK
RGB Variations
Color information
#EADDD8 (or 0xEADDD8) is known color: Pot Pourri. HEX triplet: EA, DD and D8. RGB value is (234,221,216). Sum of RGB (Red+Green+Blue) = 234+221+216=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD8 is #152227. Grayscale: #E0E0E0. Windows color (decimal): -1385000 or 14212586. OLE color: 14212586.
HSL color Cylindrical-coordinate representation of color #EADDD8: hue angle of 16.67º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADDD8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 216 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.08 |
| HSL | 16.67º | 0.3% | 0.88% | - |
| HSV(B) | 16.67º | 0.08% | 0.92% | - |
| XYZ | 72.18 | 74.16 | 75.48 | - |
| YUV | 224.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 216 | 0 | 0.06 | 0.08 | 0.08 | 16.67 | 0.3 | 0.88 |
| Hex | EA | DD | D8 | 0 | 6 | 8 | 8 | 11 | 1E | 58 |
| Octal | 352 | 335 | 330 | 0 | 6 | 10 | 10 | 21 | 36 | 130 |
| Binary | 11101010 | 11011101 | 11011000 | 0 | 110 | 1000 | 1000 | 10001 | 11110 | 1011000 |
Color Harmonies of #EADDD8
Complementary color
Monochromatic Colors of #EADDD8
Black with #EADDD8
Text Example
Text Example
White with #EADDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDD8; }
p { color: rgb(234,221,216); }
H1.HeaderClassName
{
color: #EADDD8;
}
.AnyTagClassName
{
color: #EADDD8;
}
</style>
background-color css
<style>
a { background-color: #EADDD8; }
a { background-color: rgb(234,221,216); }
div.DivClassName
{
background-color: #EADDD8;
}
.BgClassName
{
background-color: #EADDD8;
}
</style>
border-color css
<style>
span { border-color: #EADDD8; }
span { border-color: rgb(234,221,216); }
td.TdClassName
{
border-color: #EADDD8;
}
.TagClassName
{
border-color: #EADDD8;
}
</style>