Shades of Pot Pourri #EDDDD7
Tints of Pot Pourri #EDDDD7
RGB
CMYK
RGB Variations
Color information
#EDDDD7 (or 0xEDDDD7) is known color: Pot Pourri. HEX triplet: ED, DD and D7. RGB value is (237,221,215). Sum of RGB (Red+Green+Blue) = 237+221+215=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD7 is #122228. Grayscale: #E1E1E1. Windows color (decimal): -1188393 or 14147053. OLE color: 14147053.
HSL color Cylindrical-coordinate representation of color #EDDDD7: hue angle of 16.36º degrees, saturation: 0.38, 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 #EDDDD7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 215 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.07 |
| HSL | 16.36º | 0.38% | 0.89% | - |
| HSV(B) | 16.36º | 0.09% | 0.93% | - |
| XYZ | 73.05 | 74.62 | 74.84 | - |
| YUV | 225.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 215 | 0 | 0.07 | 0.09 | 0.07 | 16.36 | 0.38 | 0.89 |
| Hex | ED | DD | D7 | 0 | 7 | 9 | 7 | 10 | 26 | 59 |
| Octal | 355 | 335 | 327 | 0 | 7 | 11 | 7 | 20 | 46 | 131 |
| Binary | 11101101 | 11011101 | 11010111 | 0 | 111 | 1001 | 111 | 10000 | 100110 | 1011001 |
Color Harmonies of #EDDDD7
Complementary color
Monochromatic Colors of #EDDDD7
Black with #EDDDD7
Text Example
Text Example
White with #EDDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDD7; }
p { color: rgb(237,221,215); }
H1.HeaderClassName
{
color: #EDDDD7;
}
.AnyTagClassName
{
color: #EDDDD7;
}
</style>
background-color css
<style>
a { background-color: #EDDDD7; }
a { background-color: rgb(237,221,215); }
div.DivClassName
{
background-color: #EDDDD7;
}
.BgClassName
{
background-color: #EDDDD7;
}
</style>
border-color css
<style>
span { border-color: #EDDDD7; }
span { border-color: rgb(237,221,215); }
td.TdClassName
{
border-color: #EDDDD7;
}
.TagClassName
{
border-color: #EDDDD7;
}
</style>