Shades of Pot Pourri #EEDDD3
Tints of Pot Pourri #EEDDD3
RGB
CMYK
RGB Variations
Color information
#EEDDD3 (or 0xEEDDD3) is known color: Pot Pourri. HEX triplet: EE, DD and D3. RGB value is (238,221,211). Sum of RGB (Red+Green+Blue) = 238+221+211=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD3 is #11222C. Grayscale: #E0E0E0. Windows color (decimal): -1122861 or 13884910. OLE color: 13884910.
HSL color Cylindrical-coordinate representation of color #EEDDD3: hue angle of 22.22º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEDDD3 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 211 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.07 |
| HSL | 22.22º | 0.44% | 0.88% | - |
| HSV(B) | 22.22º | 0.11% | 0.93% | - |
| XYZ | 72.87 | 74.59 | 72.19 | - |
| YUV | 224.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 211 | 0 | 0.07 | 0.11 | 0.07 | 22.22 | 0.44 | 0.88 |
| Hex | EE | DD | D3 | 0 | 7 | B | 7 | 16 | 2C | 58 |
| Octal | 356 | 335 | 323 | 0 | 7 | 13 | 7 | 26 | 54 | 130 |
| Binary | 11101110 | 11011101 | 11010011 | 0 | 111 | 1011 | 111 | 10110 | 101100 | 1011000 |
Color Harmonies of #EEDDD3
Complementary color
Monochromatic Colors of #EEDDD3
Black with #EEDDD3
Text Example
Text Example
White with #EEDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDD3; }
p { color: rgb(238,221,211); }
H1.HeaderClassName
{
color: #EEDDD3;
}
.AnyTagClassName
{
color: #EEDDD3;
}
</style>
background-color css
<style>
a { background-color: #EEDDD3; }
a { background-color: rgb(238,221,211); }
div.DivClassName
{
background-color: #EEDDD3;
}
.BgClassName
{
background-color: #EEDDD3;
}
</style>
border-color css
<style>
span { border-color: #EEDDD3; }
span { border-color: rgb(238,221,211); }
td.TdClassName
{
border-color: #EEDDD3;
}
.TagClassName
{
border-color: #EEDDD3;
}
</style>