Shades of Pot Pourri #EADED9
Tints of Pot Pourri #EADED9
RGB
CMYK
RGB Variations
Color information
#EADED9 (or 0xEADED9) is known color: Pot Pourri. HEX triplet: EA, DE and D9. RGB value is (234,222,217). Sum of RGB (Red+Green+Blue) = 234+222+217=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EADED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADED9 is #152126. Grayscale: #E1E1E1. Windows color (decimal): -1384743 or 14278378. OLE color: 14278378.
HSL color Cylindrical-coordinate representation of color #EADED9: hue angle of 17.65º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADED9 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 222 | 217 | - |
CMYK | 0 | 0.05 | 0.07 | 0.08 |
HSL | 17.65º | 0.29% | 0.88% | - |
HSV(B) | 17.65º | 0.07% | 0.92% | - |
XYZ | 72.58 | 74.74 | 76.25 | - |
YUV | 225.02 | 123.48 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 217 | 0 | 0.05 | 0.07 | 0.08 | 17.65 | 0.29 | 0.88 |
Hex | EA | DE | D9 | 0 | 5 | 7 | 8 | 12 | 1D | 58 |
Octal | 352 | 336 | 331 | 0 | 5 | 7 | 10 | 22 | 35 | 130 |
Binary | 11101010 | 11011110 | 11011001 | 0 | 101 | 111 | 1000 | 10010 | 11101 | 1011000 |
Color Harmonies of #EADED9
Complementary color
Monochromatic Colors of #EADED9
Black with #EADED9
Text Example
Text Example
White with #EADED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADED9; }
p { color: rgb(234,222,217); }
H1.HeaderClassName
{
color: #EADED9;
}
.AnyTagClassName
{
color: #EADED9;
}
</style>
background-color css
<style>
a { background-color: #EADED9; }
a { background-color: rgb(234,222,217); }
div.DivClassName
{
background-color: #EADED9;
}
.BgClassName
{
background-color: #EADED9;
}
</style>
border-color css
<style>
span { border-color: #EADED9; }
span { border-color: rgb(234,222,217); }
td.TdClassName
{
border-color: #EADED9;
}
.TagClassName
{
border-color: #EADED9;
}
</style>