Shades of Pot Pourri #EADDD7
Tints of Pot Pourri #EADDD7
RGB
CMYK
RGB Variations
Color information
#EADDD7 (or 0xEADDD7) is known color: Pot Pourri. HEX triplet: EA, DD and D7. RGB value is (234,221,215). Sum of RGB (Red+Green+Blue) = 234+221+215=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD7 is #152228. Grayscale: #E0E0E0. Windows color (decimal): -1385001 or 14147050. OLE color: 14147050.
HSL color Cylindrical-coordinate representation of color #EADDD7: hue angle of 18.95º degrees, saturation: 0.31, 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 #EADDD7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 215 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.08 |
| HSL | 18.95º | 0.31% | 0.88% | - |
| HSV(B) | 18.95º | 0.08% | 0.92% | - |
| XYZ | 72.05 | 74.11 | 74.8 | - |
| YUV | 224.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 215 | 0 | 0.06 | 0.08 | 0.08 | 18.95 | 0.31 | 0.88 |
| Hex | EA | DD | D7 | 0 | 6 | 8 | 8 | 13 | 1F | 58 |
| Octal | 352 | 335 | 327 | 0 | 6 | 10 | 10 | 23 | 37 | 130 |
| Binary | 11101010 | 11011101 | 11010111 | 0 | 110 | 1000 | 1000 | 10011 | 11111 | 1011000 |
Color Harmonies of #EADDD7
Complementary color
Monochromatic Colors of #EADDD7
Black with #EADDD7
Text Example
Text Example
White with #EADDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDD7; }
p { color: rgb(234,221,215); }
H1.HeaderClassName
{
color: #EADDD7;
}
.AnyTagClassName
{
color: #EADDD7;
}
</style>
background-color css
<style>
a { background-color: #EADDD7; }
a { background-color: rgb(234,221,215); }
div.DivClassName
{
background-color: #EADDD7;
}
.BgClassName
{
background-color: #EADDD7;
}
</style>
border-color css
<style>
span { border-color: #EADDD7; }
span { border-color: rgb(234,221,215); }
td.TdClassName
{
border-color: #EADDD7;
}
.TagClassName
{
border-color: #EADDD7;
}
</style>