Shades of Pot Pourri #EFE0DB
Tints of Pot Pourri #EFE0DB
RGB
CMYK
RGB Variations
Color information
#EFE0DB (or 0xEFE0DB) is known color: Pot Pourri. HEX triplet: EF, E0 and DB. RGB value is (239,224,219). Sum of RGB (Red+Green+Blue) = 239+224+219=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0DB is #101F24. Grayscale: #E3E3E3. Windows color (decimal): -1056549 or 14409967. OLE color: 14409967.
HSL color Cylindrical-coordinate representation of color #EFE0DB: hue angle of 15º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE0DB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 219 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.06 |
| HSL | 15º | 0.38% | 0.9% | - |
| HSV(B) | 15º | 0.08% | 0.94% | - |
| XYZ | 75.04 | 76.78 | 77.88 | - |
| YUV | 227.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 219 | 0 | 0.06 | 0.08 | 0.06 | 15 | 0.38 | 0.9 |
| Hex | EF | E0 | DB | 0 | 6 | 8 | 6 | F | 26 | 5A |
| Octal | 357 | 340 | 333 | 0 | 6 | 10 | 6 | 17 | 46 | 132 |
| Binary | 11101111 | 11100000 | 11011011 | 0 | 110 | 1000 | 110 | 1111 | 100110 | 1011010 |
Color Harmonies of #EFE0DB
Complementary color
Monochromatic Colors of #EFE0DB
Black with #EFE0DB
Text Example
Text Example
White with #EFE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0DB; }
p { color: rgb(239,224,219); }
H1.HeaderClassName
{
color: #EFE0DB;
}
.AnyTagClassName
{
color: #EFE0DB;
}
</style>
background-color css
<style>
a { background-color: #EFE0DB; }
a { background-color: rgb(239,224,219); }
div.DivClassName
{
background-color: #EFE0DB;
}
.BgClassName
{
background-color: #EFE0DB;
}
</style>
border-color css
<style>
span { border-color: #EFE0DB; }
span { border-color: rgb(239,224,219); }
td.TdClassName
{
border-color: #EFE0DB;
}
.TagClassName
{
border-color: #EFE0DB;
}
</style>