Shades of Pot Pourri #EEDDD0
Tints of Pot Pourri #EEDDD0
RGB
CMYK
RGB Variations
Color information
#EEDDD0 (or 0xEEDDD0) is known color: Pot Pourri. HEX triplet: EE, DD and D0. RGB value is (238,221,208). Sum of RGB (Red+Green+Blue) = 238+221+208=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD0 is #11222F. Grayscale: #E0E0E0. Windows color (decimal): -1122864 or 13688302. OLE color: 13688302.
HSL color Cylindrical-coordinate representation of color #EEDDD0: hue angle of 26º 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 #EEDDD0 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 208 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.07 |
| HSL | 26º | 0.47% | 0.87% | - |
| HSV(B) | 26º | 0.13% | 0.93% | - |
| XYZ | 72.5 | 74.44 | 70.22 | - |
| YUV | 224.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 208 | 0 | 0.07 | 0.13 | 0.07 | 26 | 0.47 | 0.87 |
| Hex | EE | DD | D0 | 0 | 7 | D | 7 | 1A | 2F | 57 |
| Octal | 356 | 335 | 320 | 0 | 7 | 15 | 7 | 32 | 57 | 127 |
| Binary | 11101110 | 11011101 | 11010000 | 0 | 111 | 1101 | 111 | 11010 | 101111 | 1010111 |
Color Harmonies of #EEDDD0
Complementary color
Monochromatic Colors of #EEDDD0
Black with #EEDDD0
Text Example
Text Example
White with #EEDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDD0; }
p { color: rgb(238,221,208); }
H1.HeaderClassName
{
color: #EEDDD0;
}
.AnyTagClassName
{
color: #EEDDD0;
}
</style>
background-color css
<style>
a { background-color: #EEDDD0; }
a { background-color: rgb(238,221,208); }
div.DivClassName
{
background-color: #EEDDD0;
}
.BgClassName
{
background-color: #EEDDD0;
}
</style>
border-color css
<style>
span { border-color: #EEDDD0; }
span { border-color: rgb(238,221,208); }
td.TdClassName
{
border-color: #EEDDD0;
}
.TagClassName
{
border-color: #EEDDD0;
}
</style>