Shades of Pot Pourri #EADEDA
Tints of Pot Pourri #EADEDA
RGB
CMYK
RGB Variations
Color information
#EADEDA (or 0xEADEDA) is known color: Pot Pourri. HEX triplet: EA, DE and DA. RGB value is (234,222,218). Sum of RGB (Red+Green+Blue) = 234+222+218=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEDA is #152125. Grayscale: #E1E1E1. Windows color (decimal): -1384742 or 14343914. OLE color: 14343914.
HSL color Cylindrical-coordinate representation of color #EADEDA: hue angle of 15º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADEDA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 222 | 218 | - |
CMYK | 0 | 0.05 | 0.07 | 0.08 |
HSL | 15º | 0.28% | 0.89% | - |
HSV(B) | 15º | 0.07% | 0.92% | - |
XYZ | 72.71 | 74.8 | 76.93 | - |
YUV | 225.13 | 123.98 | 134.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 218 | 0 | 0.05 | 0.07 | 0.08 | 15 | 0.28 | 0.89 |
Hex | EA | DE | DA | 0 | 5 | 7 | 8 | F | 1C | 59 |
Octal | 352 | 336 | 332 | 0 | 5 | 7 | 10 | 17 | 34 | 131 |
Binary | 11101010 | 11011110 | 11011010 | 0 | 101 | 111 | 1000 | 1111 | 11100 | 1011001 |
Color Harmonies of #EADEDA
Complementary color
Monochromatic Colors of #EADEDA
Black with #EADEDA
Text Example
Text Example
White with #EADEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEDA; }
p { color: rgb(234,222,218); }
H1.HeaderClassName
{
color: #EADEDA;
}
.AnyTagClassName
{
color: #EADEDA;
}
</style>
background-color css
<style>
a { background-color: #EADEDA; }
a { background-color: rgb(234,222,218); }
div.DivClassName
{
background-color: #EADEDA;
}
.BgClassName
{
background-color: #EADEDA;
}
</style>
border-color css
<style>
span { border-color: #EADEDA; }
span { border-color: rgb(234,222,218); }
td.TdClassName
{
border-color: #EADEDA;
}
.TagClassName
{
border-color: #EADEDA;
}
</style>