Shades of Pot Pourri #EFDBD4
Tints of Pot Pourri #EFDBD4
RGB
CMYK
RGB Variations
Color information
#EFDBD4 (or 0xEFDBD4) is known color: Pot Pourri. HEX triplet: EF, DB and D4. RGB value is (239,219,212). Sum of RGB (Red+Green+Blue) = 239+219+212=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD4 is #10242B. Grayscale: #E0E0E0. Windows color (decimal): -1057836 or 13949935. OLE color: 13949935.
HSL color Cylindrical-coordinate representation of color #EFDBD4: hue angle of 15.56º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDBD4 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 212 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.06 |
| HSL | 15.56º | 0.46% | 0.88% | - |
| HSV(B) | 15.56º | 0.11% | 0.94% | - |
| XYZ | 72.81 | 73.77 | 72.69 | - |
| YUV | 224.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 212 | 0 | 0.08 | 0.11 | 0.06 | 15.56 | 0.46 | 0.88 |
| Hex | EF | DB | D4 | 0 | 8 | B | 6 | 10 | 2E | 58 |
| Octal | 357 | 333 | 324 | 0 | 10 | 13 | 6 | 20 | 56 | 130 |
| Binary | 11101111 | 11011011 | 11010100 | 0 | 1000 | 1011 | 110 | 10000 | 101110 | 1011000 |
Color Harmonies of #EFDBD4
Complementary color
Monochromatic Colors of #EFDBD4
Black with #EFDBD4
Text Example
Text Example
White with #EFDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBD4; }
p { color: rgb(239,219,212); }
H1.HeaderClassName
{
color: #EFDBD4;
}
.AnyTagClassName
{
color: #EFDBD4;
}
</style>
background-color css
<style>
a { background-color: #EFDBD4; }
a { background-color: rgb(239,219,212); }
div.DivClassName
{
background-color: #EFDBD4;
}
.BgClassName
{
background-color: #EFDBD4;
}
</style>
border-color css
<style>
span { border-color: #EFDBD4; }
span { border-color: rgb(239,219,212); }
td.TdClassName
{
border-color: #EFDBD4;
}
.TagClassName
{
border-color: #EFDBD4;
}
</style>