Shades of Pot Pourri #EEDCD0
Tints of Pot Pourri #EEDCD0
RGB
CMYK
RGB Variations
Color information
#EEDCD0 (or 0xEEDCD0) is known color: Pot Pourri. HEX triplet: EE, DC and D0. RGB value is (238,220,208). Sum of RGB (Red+Green+Blue) = 238+220+208=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD0 is #11232F. Grayscale: #E0E0E0. Windows color (decimal): -1123120 or 13688046. OLE color: 13688046.
HSL color Cylindrical-coordinate representation of color #EEDCD0: hue angle of 24º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDCD0 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 208 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.07 |
| HSL | 24º | 0.47% | 0.87% | - |
| HSV(B) | 24º | 0.13% | 0.93% | - |
| XYZ | 72.24 | 73.92 | 70.13 | - |
| YUV | 224.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 208 | 0 | 0.08 | 0.13 | 0.07 | 24 | 0.47 | 0.87 |
| Hex | EE | DC | D0 | 0 | 8 | D | 7 | 18 | 2F | 57 |
| Octal | 356 | 334 | 320 | 0 | 10 | 15 | 7 | 30 | 57 | 127 |
| Binary | 11101110 | 11011100 | 11010000 | 0 | 1000 | 1101 | 111 | 11000 | 101111 | 1010111 |
Color Harmonies of #EEDCD0
Complementary color
Monochromatic Colors of #EEDCD0
Black with #EEDCD0
Text Example
Text Example
White with #EEDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCD0; }
p { color: rgb(238,220,208); }
H1.HeaderClassName
{
color: #EEDCD0;
}
.AnyTagClassName
{
color: #EEDCD0;
}
</style>
background-color css
<style>
a { background-color: #EEDCD0; }
a { background-color: rgb(238,220,208); }
div.DivClassName
{
background-color: #EEDCD0;
}
.BgClassName
{
background-color: #EEDCD0;
}
</style>
border-color css
<style>
span { border-color: #EEDCD0; }
span { border-color: rgb(238,220,208); }
td.TdClassName
{
border-color: #EEDCD0;
}
.TagClassName
{
border-color: #EEDCD0;
}
</style>