Shades of Pot Pourri #EFDBD6
Tints of Pot Pourri #EFDBD6
RGB
CMYK
RGB Variations
Color information
#EFDBD6 (or 0xEFDBD6) is known color: Pot Pourri. HEX triplet: EF, DB and D6. RGB value is (239,219,214). Sum of RGB (Red+Green+Blue) = 239+219+214=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD6 is #102429. Grayscale: #E0E0E0. Windows color (decimal): -1057834 or 14081007. OLE color: 14081007.
HSL color Cylindrical-coordinate representation of color #EFDBD6: hue angle of 12º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDBD6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 214 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.06 |
| HSL | 12º | 0.44% | 0.89% | - |
| HSV(B) | 12º | 0.1% | 0.94% | - |
| XYZ | 73.07 | 73.87 | 74.03 | - |
| YUV | 224.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 214 | 0 | 0.08 | 0.10 | 0.06 | 12 | 0.44 | 0.89 |
| Hex | EF | DB | D6 | 0 | 8 | A | 6 | C | 2C | 59 |
| Octal | 357 | 333 | 326 | 0 | 10 | 12 | 6 | 14 | 54 | 131 |
| Binary | 11101111 | 11011011 | 11010110 | 0 | 1000 | 1010 | 110 | 1100 | 101100 | 1011001 |
Color Harmonies of #EFDBD6
Complementary color
Monochromatic Colors of #EFDBD6
Black with #EFDBD6
Text Example
Text Example
White with #EFDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBD6; }
p { color: rgb(239,219,214); }
H1.HeaderClassName
{
color: #EFDBD6;
}
.AnyTagClassName
{
color: #EFDBD6;
}
</style>
background-color css
<style>
a { background-color: #EFDBD6; }
a { background-color: rgb(239,219,214); }
div.DivClassName
{
background-color: #EFDBD6;
}
.BgClassName
{
background-color: #EFDBD6;
}
</style>
border-color css
<style>
span { border-color: #EFDBD6; }
span { border-color: rgb(239,219,214); }
td.TdClassName
{
border-color: #EFDBD6;
}
.TagClassName
{
border-color: #EFDBD6;
}
</style>