Shades of Pot Pourri #EEDCD7
Tints of Pot Pourri #EEDCD7
RGB
CMYK
RGB Variations
Color information
#EEDCD7 (or 0xEEDCD7) is known color: Pot Pourri. HEX triplet: EE, DC and D7. RGB value is (238,220,215). Sum of RGB (Red+Green+Blue) = 238+220+215=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD7 is #112328. Grayscale: #E0E0E0. Windows color (decimal): -1123113 or 14146798. OLE color: 14146798.
HSL color Cylindrical-coordinate representation of color #EEDCD7: hue angle of 13.04º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDCD7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 215 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.07 |
| HSL | 13.04º | 0.4% | 0.89% | - |
| HSV(B) | 13.04º | 0.1% | 0.93% | - |
| XYZ | 73.12 | 74.27 | 74.77 | - |
| YUV | 224.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 215 | 0 | 0.08 | 0.10 | 0.07 | 13.04 | 0.4 | 0.89 |
| Hex | EE | DC | D7 | 0 | 8 | A | 7 | D | 28 | 59 |
| Octal | 356 | 334 | 327 | 0 | 10 | 12 | 7 | 15 | 50 | 131 |
| Binary | 11101110 | 11011100 | 11010111 | 0 | 1000 | 1010 | 111 | 1101 | 101000 | 1011001 |
Color Harmonies of #EEDCD7
Complementary color
Monochromatic Colors of #EEDCD7
Black with #EEDCD7
Text Example
Text Example
White with #EEDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCD7; }
p { color: rgb(238,220,215); }
H1.HeaderClassName
{
color: #EEDCD7;
}
.AnyTagClassName
{
color: #EEDCD7;
}
</style>
background-color css
<style>
a { background-color: #EEDCD7; }
a { background-color: rgb(238,220,215); }
div.DivClassName
{
background-color: #EEDCD7;
}
.BgClassName
{
background-color: #EEDCD7;
}
</style>
border-color css
<style>
span { border-color: #EEDCD7; }
span { border-color: rgb(238,220,215); }
td.TdClassName
{
border-color: #EEDCD7;
}
.TagClassName
{
border-color: #EEDCD7;
}
</style>