Shades of Pot Pourri #EEE0DB
Tints of Pot Pourri #EEE0DB
RGB
CMYK
RGB Variations
Color information
#EEE0DB (or 0xEEE0DB) is known color: Pot Pourri. HEX triplet: EE, E0 and DB. RGB value is (238,224,219). Sum of RGB (Red+Green+Blue) = 238+224+219=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0DB is #111F24. Grayscale: #E3E3E3. Windows color (decimal): -1122085 or 14409966. OLE color: 14409966.
HSL color Cylindrical-coordinate representation of color #EEE0DB: hue angle of 15.79º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEE0DB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 224 | 219 | - |
CMYK | 0 | 0.06 | 0.08 | 0.07 |
HSL | 15.79º | 0.36% | 0.9% | - |
HSV(B) | 15.79º | 0.08% | 0.93% | - |
XYZ | 74.7 | 76.6 | 77.87 | - |
YUV | 227.62 | 123.14 | 135.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 224 | 219 | 0 | 0.06 | 0.08 | 0.07 | 15.79 | 0.36 | 0.9 |
Hex | EE | E0 | DB | 0 | 6 | 8 | 7 | 10 | 24 | 5A |
Octal | 356 | 340 | 333 | 0 | 6 | 10 | 7 | 20 | 44 | 132 |
Binary | 11101110 | 11100000 | 11011011 | 0 | 110 | 1000 | 111 | 10000 | 100100 | 1011010 |
Color Harmonies of #EEE0DB
Complementary color
Monochromatic Colors of #EEE0DB
Black with #EEE0DB
Text Example
Text Example
White with #EEE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0DB; }
p { color: rgb(238,224,219); }
H1.HeaderClassName
{
color: #EEE0DB;
}
.AnyTagClassName
{
color: #EEE0DB;
}
</style>
background-color css
<style>
a { background-color: #EEE0DB; }
a { background-color: rgb(238,224,219); }
div.DivClassName
{
background-color: #EEE0DB;
}
.BgClassName
{
background-color: #EEE0DB;
}
</style>
border-color css
<style>
span { border-color: #EEE0DB; }
span { border-color: rgb(238,224,219); }
td.TdClassName
{
border-color: #EEE0DB;
}
.TagClassName
{
border-color: #EEE0DB;
}
</style>