Shades of Pot Pourri #EFDBD3
Tints of Pot Pourri #EFDBD3
RGB
CMYK
RGB Variations
Color information
#EFDBD3 (or 0xEFDBD3) is known color: Pot Pourri. HEX triplet: EF, DB and D3. RGB value is (239,219,211). Sum of RGB (Red+Green+Blue) = 239+219+211=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD3 is #10242C. Grayscale: #E0E0E0. Windows color (decimal): -1057837 or 13884399. OLE color: 13884399.
HSL color Cylindrical-coordinate representation of color #EFDBD3: hue angle of 17.14º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFDBD3 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 211 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.06 |
| HSL | 17.14º | 0.47% | 0.88% | - |
| HSV(B) | 17.14º | 0.12% | 0.94% | - |
| XYZ | 72.69 | 73.72 | 72.03 | - |
| YUV | 224.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 211 | 0 | 0.08 | 0.12 | 0.06 | 17.14 | 0.47 | 0.88 |
| Hex | EF | DB | D3 | 0 | 8 | C | 6 | 11 | 2F | 58 |
| Octal | 357 | 333 | 323 | 0 | 10 | 14 | 6 | 21 | 57 | 130 |
| Binary | 11101111 | 11011011 | 11010011 | 0 | 1000 | 1100 | 110 | 10001 | 101111 | 1011000 |
Color Harmonies of #EFDBD3
Complementary color
Monochromatic Colors of #EFDBD3
Black with #EFDBD3
Text Example
Text Example
White with #EFDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBD3; }
p { color: rgb(239,219,211); }
H1.HeaderClassName
{
color: #EFDBD3;
}
.AnyTagClassName
{
color: #EFDBD3;
}
</style>
background-color css
<style>
a { background-color: #EFDBD3; }
a { background-color: rgb(239,219,211); }
div.DivClassName
{
background-color: #EFDBD3;
}
.BgClassName
{
background-color: #EFDBD3;
}
</style>
border-color css
<style>
span { border-color: #EFDBD3; }
span { border-color: rgb(239,219,211); }
td.TdClassName
{
border-color: #EFDBD3;
}
.TagClassName
{
border-color: #EFDBD3;
}
</style>