Shades of Pot Pourri #EEDCD6
Tints of Pot Pourri #EEDCD6
RGB
CMYK
RGB Variations
Color information
#EEDCD6 (or 0xEEDCD6) is known color: Pot Pourri. HEX triplet: EE, DC and D6. RGB value is (238,220,214). Sum of RGB (Red+Green+Blue) = 238+220+214=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD6 is #112329. Grayscale: #E0E0E0. Windows color (decimal): -1123114 or 14081262. OLE color: 14081262.
HSL color Cylindrical-coordinate representation of color #EEDCD6: hue angle of 15º degrees, saturation: 0.41, 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 #EEDCD6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 214 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.07 |
| HSL | 15º | 0.41% | 0.89% | - |
| HSV(B) | 15º | 0.1% | 0.93% | - |
| XYZ | 72.99 | 74.22 | 74.1 | - |
| YUV | 224.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 214 | 0 | 0.08 | 0.10 | 0.07 | 15 | 0.41 | 0.89 |
| Hex | EE | DC | D6 | 0 | 8 | A | 7 | F | 29 | 59 |
| Octal | 356 | 334 | 326 | 0 | 10 | 12 | 7 | 17 | 51 | 131 |
| Binary | 11101110 | 11011100 | 11010110 | 0 | 1000 | 1010 | 111 | 1111 | 101001 | 1011001 |
Color Harmonies of #EEDCD6
Complementary color
Monochromatic Colors of #EEDCD6
Black with #EEDCD6
Text Example
Text Example
White with #EEDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCD6; }
p { color: rgb(238,220,214); }
H1.HeaderClassName
{
color: #EEDCD6;
}
.AnyTagClassName
{
color: #EEDCD6;
}
</style>
background-color css
<style>
a { background-color: #EEDCD6; }
a { background-color: rgb(238,220,214); }
div.DivClassName
{
background-color: #EEDCD6;
}
.BgClassName
{
background-color: #EEDCD6;
}
</style>
border-color css
<style>
span { border-color: #EEDCD6; }
span { border-color: rgb(238,220,214); }
td.TdClassName
{
border-color: #EEDCD6;
}
.TagClassName
{
border-color: #EEDCD6;
}
</style>