Shades of Pot Pourri #EEDBD6
Tints of Pot Pourri #EEDBD6
RGB
CMYK
RGB Variations
Color information
#EEDBD6 (or 0xEEDBD6) is known color: Pot Pourri. HEX triplet: EE, DB and D6. RGB value is (238,219,214). Sum of RGB (Red+Green+Blue) = 238+219+214=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBD6 is #112429. Grayscale: #E0E0E0. Windows color (decimal): -1123370 or 14081006. OLE color: 14081006.
HSL color Cylindrical-coordinate representation of color #EEDBD6: hue angle of 12.5º 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 #EEDBD6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 214 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.07 |
| HSL | 12.5º | 0.41% | 0.89% | - |
| HSV(B) | 12.5º | 0.1% | 0.93% | - |
| XYZ | 72.73 | 73.7 | 74.01 | - |
| YUV | 224.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 214 | 0 | 0.08 | 0.10 | 0.07 | 12.5 | 0.41 | 0.89 |
| Hex | EE | DB | D6 | 0 | 8 | A | 7 | C | 29 | 59 |
| Octal | 356 | 333 | 326 | 0 | 10 | 12 | 7 | 14 | 51 | 131 |
| Binary | 11101110 | 11011011 | 11010110 | 0 | 1000 | 1010 | 111 | 1100 | 101001 | 1011001 |
Color Harmonies of #EEDBD6
Complementary color
Monochromatic Colors of #EEDBD6
Black with #EEDBD6
Text Example
Text Example
White with #EEDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBD6; }
p { color: rgb(238,219,214); }
H1.HeaderClassName
{
color: #EEDBD6;
}
.AnyTagClassName
{
color: #EEDBD6;
}
</style>
background-color css
<style>
a { background-color: #EEDBD6; }
a { background-color: rgb(238,219,214); }
div.DivClassName
{
background-color: #EEDBD6;
}
.BgClassName
{
background-color: #EEDBD6;
}
</style>
border-color css
<style>
span { border-color: #EEDBD6; }
span { border-color: rgb(238,219,214); }
td.TdClassName
{
border-color: #EEDBD6;
}
.TagClassName
{
border-color: #EEDBD6;
}
</style>