Shades of Pot Pourri #EFDCD1
Tints of Pot Pourri #EFDCD1
RGB
CMYK
RGB Variations
Color information
#EFDCD1 (or 0xEFDCD1) is known color: Pot Pourri. HEX triplet: EF, DC and D1. RGB value is (239,220,209). Sum of RGB (Red+Green+Blue) = 239+220+209=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD1 is #10232E. Grayscale: #E0E0E0. Windows color (decimal): -1057583 or 13753583. OLE color: 13753583.
HSL color Cylindrical-coordinate representation of color #EFDCD1: hue angle of 22º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDCD1 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 209 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.06 |
| HSL | 22º | 0.48% | 0.88% | - |
| HSV(B) | 22º | 0.13% | 0.94% | - |
| XYZ | 72.7 | 74.14 | 70.8 | - |
| YUV | 224.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 209 | 0 | 0.08 | 0.13 | 0.06 | 22 | 0.48 | 0.88 |
| Hex | EF | DC | D1 | 0 | 8 | D | 6 | 16 | 30 | 58 |
| Octal | 357 | 334 | 321 | 0 | 10 | 15 | 6 | 26 | 60 | 130 |
| Binary | 11101111 | 11011100 | 11010001 | 0 | 1000 | 1101 | 110 | 10110 | 110000 | 1011000 |
Color Harmonies of #EFDCD1
Complementary color
Monochromatic Colors of #EFDCD1
Black with #EFDCD1
Text Example
Text Example
White with #EFDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCD1; }
p { color: rgb(239,220,209); }
H1.HeaderClassName
{
color: #EFDCD1;
}
.AnyTagClassName
{
color: #EFDCD1;
}
</style>
background-color css
<style>
a { background-color: #EFDCD1; }
a { background-color: rgb(239,220,209); }
div.DivClassName
{
background-color: #EFDCD1;
}
.BgClassName
{
background-color: #EFDCD1;
}
</style>
border-color css
<style>
span { border-color: #EFDCD1; }
span { border-color: rgb(239,220,209); }
td.TdClassName
{
border-color: #EFDCD1;
}
.TagClassName
{
border-color: #EFDCD1;
}
</style>