Shades of Pot Pourri #EEDBD1
Tints of Pot Pourri #EEDBD1
RGB
CMYK
RGB Variations
Color information
#EEDBD1 (or 0xEEDBD1) is known color: Pot Pourri. HEX triplet: EE, DB and D1. RGB value is (238,219,209). Sum of RGB (Red+Green+Blue) = 238+219+209=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBD1 is #11242E. Grayscale: #DFDFDF. Windows color (decimal): -1123375 or 13753326. OLE color: 13753326.
HSL color Cylindrical-coordinate representation of color #EEDBD1: hue angle of 20.69º degrees, saturation: 0.46, 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 #EEDBD1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 209 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.07 |
| HSL | 20.69º | 0.46% | 0.88% | - |
| HSV(B) | 20.69º | 0.12% | 0.93% | - |
| XYZ | 72.1 | 73.44 | 70.7 | - |
| YUV | 223.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 209 | 0 | 0.08 | 0.12 | 0.07 | 20.69 | 0.46 | 0.88 |
| Hex | EE | DB | D1 | 0 | 8 | C | 7 | 15 | 2E | 58 |
| Octal | 356 | 333 | 321 | 0 | 10 | 14 | 7 | 25 | 56 | 130 |
| Binary | 11101110 | 11011011 | 11010001 | 0 | 1000 | 1100 | 111 | 10101 | 101110 | 1011000 |
Color Harmonies of #EEDBD1
Complementary color
Monochromatic Colors of #EEDBD1
Black with #EEDBD1
Text Example
Text Example
White with #EEDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBD1; }
p { color: rgb(238,219,209); }
H1.HeaderClassName
{
color: #EEDBD1;
}
.AnyTagClassName
{
color: #EEDBD1;
}
</style>
background-color css
<style>
a { background-color: #EEDBD1; }
a { background-color: rgb(238,219,209); }
div.DivClassName
{
background-color: #EEDBD1;
}
.BgClassName
{
background-color: #EEDBD1;
}
</style>
border-color css
<style>
span { border-color: #EEDBD1; }
span { border-color: rgb(238,219,209); }
td.TdClassName
{
border-color: #EEDBD1;
}
.TagClassName
{
border-color: #EEDBD1;
}
</style>