Shades of Pot Pourri #EFDCCF
Tints of Pot Pourri #EFDCCF
RGB
CMYK
RGB Variations
Color information
#EFDCCF (or 0xEFDCCF) is known color: Pot Pourri. HEX triplet: EF, DC and CF. RGB value is (239,220,207). Sum of RGB (Red+Green+Blue) = 239+220+207=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCCF is #102330. Grayscale: #E0E0E0. Windows color (decimal): -1057585 or 13622511. OLE color: 13622511.
HSL color Cylindrical-coordinate representation of color #EFDCCF: hue angle of 24.38º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDCCF is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 207 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.06 |
| HSL | 24.38º | 0.5% | 0.87% | - |
| HSV(B) | 24.38º | 0.13% | 0.94% | - |
| XYZ | 72.45 | 74.04 | 69.5 | - |
| YUV | 224.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 207 | 0 | 0.08 | 0.13 | 0.06 | 24.38 | 0.5 | 0.87 |
| Hex | EF | DC | CF | 0 | 8 | D | 6 | 18 | 32 | 57 |
| Octal | 357 | 334 | 317 | 0 | 10 | 15 | 6 | 30 | 62 | 127 |
| Binary | 11101111 | 11011100 | 11001111 | 0 | 1000 | 1101 | 110 | 11000 | 110010 | 1010111 |
Color Harmonies of #EFDCCF
Complementary color
Monochromatic Colors of #EFDCCF
Black with #EFDCCF
Text Example
Text Example
White with #EFDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCCF; }
p { color: rgb(239,220,207); }
H1.HeaderClassName
{
color: #EFDCCF;
}
.AnyTagClassName
{
color: #EFDCCF;
}
</style>
background-color css
<style>
a { background-color: #EFDCCF; }
a { background-color: rgb(239,220,207); }
div.DivClassName
{
background-color: #EFDCCF;
}
.BgClassName
{
background-color: #EFDCCF;
}
</style>
border-color css
<style>
span { border-color: #EFDCCF; }
span { border-color: rgb(239,220,207); }
td.TdClassName
{
border-color: #EFDCCF;
}
.TagClassName
{
border-color: #EFDCCF;
}
</style>