Shades of Pot Pourri #EFDDD8
Tints of Pot Pourri #EFDDD8
RGB
CMYK
RGB Variations
Color information
#EFDDD8 (or 0xEFDDD8) is known color: Pot Pourri. HEX triplet: EF, DD and D8. RGB value is (239,221,216). Sum of RGB (Red+Green+Blue) = 239+221+216=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD8 is #102227. Grayscale: #E1E1E1. Windows color (decimal): -1057320 or 14212591. OLE color: 14212591.
HSL color Cylindrical-coordinate representation of color #EFDDD8: hue angle of 13.04º degrees, saturation: 0.42, 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 #EFDDD8 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 216 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.06 |
| HSL | 13.04º | 0.42% | 0.89% | - |
| HSV(B) | 13.04º | 0.1% | 0.94% | - |
| XYZ | 73.85 | 75.02 | 75.55 | - |
| YUV | 225.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 216 | 0 | 0.08 | 0.10 | 0.06 | 13.04 | 0.42 | 0.89 |
| Hex | EF | DD | D8 | 0 | 8 | A | 6 | D | 2A | 59 |
| Octal | 357 | 335 | 330 | 0 | 10 | 12 | 6 | 15 | 52 | 131 |
| Binary | 11101111 | 11011101 | 11011000 | 0 | 1000 | 1010 | 110 | 1101 | 101010 | 1011001 |
Color Harmonies of #EFDDD8
Complementary color
Monochromatic Colors of #EFDDD8
Black with #EFDDD8
Text Example
Text Example
White with #EFDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDD8; }
p { color: rgb(239,221,216); }
H1.HeaderClassName
{
color: #EFDDD8;
}
.AnyTagClassName
{
color: #EFDDD8;
}
</style>
background-color css
<style>
a { background-color: #EFDDD8; }
a { background-color: rgb(239,221,216); }
div.DivClassName
{
background-color: #EFDDD8;
}
.BgClassName
{
background-color: #EFDDD8;
}
</style>
border-color css
<style>
span { border-color: #EFDDD8; }
span { border-color: rgb(239,221,216); }
td.TdClassName
{
border-color: #EFDDD8;
}
.TagClassName
{
border-color: #EFDDD8;
}
</style>