Shades of Pot Pourri #EDDED5
Tints of Pot Pourri #EDDED5
RGB
CMYK
RGB Variations
Color information
#EDDED5 (or 0xEDDED5) is known color: Pot Pourri. HEX triplet: ED, DE and D5. RGB value is (237,222,213). Sum of RGB (Red+Green+Blue) = 237+222+213=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDED5 is #12212A. Grayscale: #E1E1E1. Windows color (decimal): -1188139 or 14016237. OLE color: 14016237.
HSL color Cylindrical-coordinate representation of color #EDDED5: hue angle of 22.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDED5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 222 | 213 | - |
CMYK | 0 | 0.06 | 0.10 | 0.07 |
HSL | 22.5º | 0.4% | 0.88% | - |
HSV(B) | 22.5º | 0.1% | 0.93% | - |
XYZ | 73.06 | 75.05 | 73.59 | - |
YUV | 225.46 | 120.97 | 136.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 222 | 213 | 0 | 0.06 | 0.10 | 0.07 | 22.5 | 0.4 | 0.88 |
Hex | ED | DE | D5 | 0 | 6 | A | 7 | 16 | 28 | 58 |
Octal | 355 | 336 | 325 | 0 | 6 | 12 | 7 | 26 | 50 | 130 |
Binary | 11101101 | 11011110 | 11010101 | 0 | 110 | 1010 | 111 | 10110 | 101000 | 1011000 |
Color Harmonies of #EDDED5
Complementary color
Monochromatic Colors of #EDDED5
Black with #EDDED5
Text Example
Text Example
White with #EDDED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDED5; }
p { color: rgb(237,222,213); }
H1.HeaderClassName
{
color: #EDDED5;
}
.AnyTagClassName
{
color: #EDDED5;
}
</style>
background-color css
<style>
a { background-color: #EDDED5; }
a { background-color: rgb(237,222,213); }
div.DivClassName
{
background-color: #EDDED5;
}
.BgClassName
{
background-color: #EDDED5;
}
</style>
border-color css
<style>
span { border-color: #EDDED5; }
span { border-color: rgb(237,222,213); }
td.TdClassName
{
border-color: #EDDED5;
}
.TagClassName
{
border-color: #EDDED5;
}
</style>