Shades of Pot Pourri #EDDDD8
Tints of Pot Pourri #EDDDD8
RGB
CMYK
RGB Variations
Color information
#EDDDD8 (or 0xEDDDD8) is known color: Pot Pourri. HEX triplet: ED, DD and D8. RGB value is (237,221,216). Sum of RGB (Red+Green+Blue) = 237+221+216=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD8 is #122227. Grayscale: #E1E1E1. Windows color (decimal): -1188392 or 14212589. OLE color: 14212589.
HSL color Cylindrical-coordinate representation of color #EDDDD8: hue angle of 14.29º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDDD8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 216 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.07 |
| HSL | 14.29º | 0.37% | 0.89% | - |
| HSV(B) | 14.29º | 0.09% | 0.93% | - |
| XYZ | 73.18 | 74.68 | 75.52 | - |
| YUV | 225.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 216 | 0 | 0.07 | 0.09 | 0.07 | 14.29 | 0.37 | 0.89 |
| Hex | ED | DD | D8 | 0 | 7 | 9 | 7 | E | 25 | 59 |
| Octal | 355 | 335 | 330 | 0 | 7 | 11 | 7 | 16 | 45 | 131 |
| Binary | 11101101 | 11011101 | 11011000 | 0 | 111 | 1001 | 111 | 1110 | 100101 | 1011001 |
Color Harmonies of #EDDDD8
Complementary color
Monochromatic Colors of #EDDDD8
Black with #EDDDD8
Text Example
Text Example
White with #EDDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDD8; }
p { color: rgb(237,221,216); }
H1.HeaderClassName
{
color: #EDDDD8;
}
.AnyTagClassName
{
color: #EDDDD8;
}
</style>
background-color css
<style>
a { background-color: #EDDDD8; }
a { background-color: rgb(237,221,216); }
div.DivClassName
{
background-color: #EDDDD8;
}
.BgClassName
{
background-color: #EDDDD8;
}
</style>
border-color css
<style>
span { border-color: #EDDDD8; }
span { border-color: rgb(237,221,216); }
td.TdClassName
{
border-color: #EDDDD8;
}
.TagClassName
{
border-color: #EDDDD8;
}
</style>