Shades of Pot Pourri #EADED8
Tints of Pot Pourri #EADED8
RGB
CMYK
RGB Variations
Color information
#EADED8 (or 0xEADED8) is known color: Pot Pourri. HEX triplet: EA, DE and D8. RGB value is (234,222,216). Sum of RGB (Red+Green+Blue) = 234+222+216=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EADED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADED8 is #152127. Grayscale: #E0E0E0. Windows color (decimal): -1384744 or 14212842. OLE color: 14212842.
HSL color Cylindrical-coordinate representation of color #EADED8: hue angle of 20º 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 #EADED8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 216 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.08 |
| HSL | 20º | 0.3% | 0.88% | - |
| HSV(B) | 20º | 0.08% | 0.92% | - |
| XYZ | 72.45 | 74.69 | 75.56 | - |
| YUV | 224.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 216 | 0 | 0.05 | 0.08 | 0.08 | 20 | 0.3 | 0.88 |
| Hex | EA | DE | D8 | 0 | 5 | 8 | 8 | 14 | 1E | 58 |
| Octal | 352 | 336 | 330 | 0 | 5 | 10 | 10 | 24 | 36 | 130 |
| Binary | 11101010 | 11011110 | 11011000 | 0 | 101 | 1000 | 1000 | 10100 | 11110 | 1011000 |
Color Harmonies of #EADED8
Complementary color
Monochromatic Colors of #EADED8
Black with #EADED8
Text Example
Text Example
White with #EADED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADED8; }
p { color: rgb(234,222,216); }
H1.HeaderClassName
{
color: #EADED8;
}
.AnyTagClassName
{
color: #EADED8;
}
</style>
background-color css
<style>
a { background-color: #EADED8; }
a { background-color: rgb(234,222,216); }
div.DivClassName
{
background-color: #EADED8;
}
.BgClassName
{
background-color: #EADED8;
}
</style>
border-color css
<style>
span { border-color: #EADED8; }
span { border-color: rgb(234,222,216); }
td.TdClassName
{
border-color: #EADED8;
}
.TagClassName
{
border-color: #EADED8;
}
</style>