Shades of Pot Pourri #EED9CF
Tints of Pot Pourri #EED9CF
RGB
CMYK
RGB Variations
Color information
#EED9CF (or 0xEED9CF) is known color: Pot Pourri. HEX triplet: EE, D9 and CF. RGB value is (238,217,207). Sum of RGB (Red+Green+Blue) = 238+217+207=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9CF is #112630. Grayscale: #DEDEDE. Windows color (decimal): -1123889 or 13621742. OLE color: 13621742.
HSL color Cylindrical-coordinate representation of color #EED9CF: hue angle of 19.35º degrees, saturation: 0.48, 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 #EED9CF is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 207 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.07 |
| HSL | 19.35º | 0.48% | 0.87% | - |
| HSV(B) | 19.35º | 0.13% | 0.93% | - |
| XYZ | 71.34 | 72.31 | 69.23 | - |
| YUV | 222.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 207 | 0 | 0.09 | 0.13 | 0.07 | 19.35 | 0.48 | 0.87 |
| Hex | EE | D9 | CF | 0 | 9 | D | 7 | 13 | 30 | 57 |
| Octal | 356 | 331 | 317 | 0 | 11 | 15 | 7 | 23 | 60 | 127 |
| Binary | 11101110 | 11011001 | 11001111 | 0 | 1001 | 1101 | 111 | 10011 | 110000 | 1010111 |
Color Harmonies of #EED9CF
Complementary color
Monochromatic Colors of #EED9CF
Black with #EED9CF
Text Example
Text Example
White with #EED9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9CF; }
p { color: rgb(238,217,207); }
H1.HeaderClassName
{
color: #EED9CF;
}
.AnyTagClassName
{
color: #EED9CF;
}
</style>
background-color css
<style>
a { background-color: #EED9CF; }
a { background-color: rgb(238,217,207); }
div.DivClassName
{
background-color: #EED9CF;
}
.BgClassName
{
background-color: #EED9CF;
}
</style>
border-color css
<style>
span { border-color: #EED9CF; }
span { border-color: rgb(238,217,207); }
td.TdClassName
{
border-color: #EED9CF;
}
.TagClassName
{
border-color: #EED9CF;
}
</style>