Shades of Pot Pourri #EEDDD2
Tints of Pot Pourri #EEDDD2
RGB
CMYK
RGB Variations
Color information
#EEDDD2 (or 0xEEDDD2) is known color: Pot Pourri. HEX triplet: EE, DD and D2. RGB value is (238,221,210). Sum of RGB (Red+Green+Blue) = 238+221+210=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD2 is #11222D. Grayscale: #E0E0E0. Windows color (decimal): -1122862 or 13819374. OLE color: 13819374.
HSL color Cylindrical-coordinate representation of color #EEDDD2: hue angle of 23.57º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEDDD2 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 210 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.07 |
| HSL | 23.57º | 0.45% | 0.88% | - |
| HSV(B) | 23.57º | 0.12% | 0.93% | - |
| XYZ | 72.75 | 74.54 | 71.53 | - |
| YUV | 224.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 210 | 0 | 0.07 | 0.12 | 0.07 | 23.57 | 0.45 | 0.88 |
| Hex | EE | DD | D2 | 0 | 7 | C | 7 | 18 | 2D | 58 |
| Octal | 356 | 335 | 322 | 0 | 7 | 14 | 7 | 30 | 55 | 130 |
| Binary | 11101110 | 11011101 | 11010010 | 0 | 111 | 1100 | 111 | 11000 | 101101 | 1011000 |
Color Harmonies of #EEDDD2
Complementary color
Monochromatic Colors of #EEDDD2
Black with #EEDDD2
Text Example
Text Example
White with #EEDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDD2; }
p { color: rgb(238,221,210); }
H1.HeaderClassName
{
color: #EEDDD2;
}
.AnyTagClassName
{
color: #EEDDD2;
}
</style>
background-color css
<style>
a { background-color: #EEDDD2; }
a { background-color: rgb(238,221,210); }
div.DivClassName
{
background-color: #EEDDD2;
}
.BgClassName
{
background-color: #EEDDD2;
}
</style>
border-color css
<style>
span { border-color: #EEDDD2; }
span { border-color: rgb(238,221,210); }
td.TdClassName
{
border-color: #EEDDD2;
}
.TagClassName
{
border-color: #EEDDD2;
}
</style>