Shades of Pot Pourri #EADDD6
Tints of Pot Pourri #EADDD6
RGB
CMYK
RGB Variations
Color information
#EADDD6 (or 0xEADDD6) is known color: Pot Pourri. HEX triplet: EA, DD and D6. RGB value is (234,221,214). Sum of RGB (Red+Green+Blue) = 234+221+214=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD6 is #152229. Grayscale: #E0E0E0. Windows color (decimal): -1385002 or 14081514. OLE color: 14081514.
HSL color Cylindrical-coordinate representation of color #EADDD6: hue angle of 21º degrees, saturation: 0.32, 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 #EADDD6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 214 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.08 |
| HSL | 21º | 0.32% | 0.88% | - |
| HSV(B) | 21º | 0.09% | 0.92% | - |
| XYZ | 71.93 | 74.06 | 74.12 | - |
| YUV | 224.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 214 | 0 | 0.06 | 0.09 | 0.08 | 21 | 0.32 | 0.88 |
| Hex | EA | DD | D6 | 0 | 6 | 9 | 8 | 15 | 20 | 58 |
| Octal | 352 | 335 | 326 | 0 | 6 | 11 | 10 | 25 | 40 | 130 |
| Binary | 11101010 | 11011101 | 11010110 | 0 | 110 | 1001 | 1000 | 10101 | 100000 | 1011000 |
Color Harmonies of #EADDD6
Complementary color
Monochromatic Colors of #EADDD6
Black with #EADDD6
Text Example
Text Example
White with #EADDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDD6; }
p { color: rgb(234,221,214); }
H1.HeaderClassName
{
color: #EADDD6;
}
.AnyTagClassName
{
color: #EADDD6;
}
</style>
background-color css
<style>
a { background-color: #EADDD6; }
a { background-color: rgb(234,221,214); }
div.DivClassName
{
background-color: #EADDD6;
}
.BgClassName
{
background-color: #EADDD6;
}
</style>
border-color css
<style>
span { border-color: #EADDD6; }
span { border-color: rgb(234,221,214); }
td.TdClassName
{
border-color: #EADDD6;
}
.TagClassName
{
border-color: #EADDD6;
}
</style>