Shades of Pot Pourri #EFDBD5
Tints of Pot Pourri #EFDBD5
RGB
CMYK
RGB Variations
Color information
#EFDBD5 (or 0xEFDBD5) is known color: Pot Pourri. HEX triplet: EF, DB and D5. RGB value is (239,219,213). Sum of RGB (Red+Green+Blue) = 239+219+213=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD5 is #10242A. Grayscale: #E0E0E0. Windows color (decimal): -1057835 or 14015471. OLE color: 14015471.
HSL color Cylindrical-coordinate representation of color #EFDBD5: hue angle of 13.85º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDBD5 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 213 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.06 |
| HSL | 13.85º | 0.45% | 0.89% | - |
| HSV(B) | 13.85º | 0.11% | 0.94% | - |
| XYZ | 72.94 | 73.82 | 73.35 | - |
| YUV | 224.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 213 | 0 | 0.08 | 0.11 | 0.06 | 13.85 | 0.45 | 0.89 |
| Hex | EF | DB | D5 | 0 | 8 | B | 6 | E | 2D | 59 |
| Octal | 357 | 333 | 325 | 0 | 10 | 13 | 6 | 16 | 55 | 131 |
| Binary | 11101111 | 11011011 | 11010101 | 0 | 1000 | 1011 | 110 | 1110 | 101101 | 1011001 |
Color Harmonies of #EFDBD5
Complementary color
Monochromatic Colors of #EFDBD5
Black with #EFDBD5
Text Example
Text Example
White with #EFDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBD5; }
p { color: rgb(239,219,213); }
H1.HeaderClassName
{
color: #EFDBD5;
}
.AnyTagClassName
{
color: #EFDBD5;
}
</style>
background-color css
<style>
a { background-color: #EFDBD5; }
a { background-color: rgb(239,219,213); }
div.DivClassName
{
background-color: #EFDBD5;
}
.BgClassName
{
background-color: #EFDBD5;
}
</style>
border-color css
<style>
span { border-color: #EFDBD5; }
span { border-color: rgb(239,219,213); }
td.TdClassName
{
border-color: #EFDBD5;
}
.TagClassName
{
border-color: #EFDBD5;
}
</style>