Shades of Pot Pourri #EFD7CF
Tints of Pot Pourri #EFD7CF
RGB
CMYK
RGB Variations
Color information
#EFD7CF (or 0xEFD7CF) is known color: Pot Pourri. HEX triplet: EF, D7 and CF. RGB value is (239,215,207). Sum of RGB (Red+Green+Blue) = 239+215+207=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7CF is #102830. Grayscale: #DDDDDD. Windows color (decimal): -1058865 or 13621231. OLE color: 13621231.
HSL color Cylindrical-coordinate representation of color #EFD7CF: hue angle of 15º 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 #EFD7CF is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 207 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.06 |
| HSL | 15º | 0.5% | 0.87% | - |
| HSV(B) | 15º | 0.13% | 0.94% | - |
| XYZ | 71.16 | 71.46 | 69.07 | - |
| YUV | 221.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 207 | 0 | 0.10 | 0.13 | 0.06 | 15 | 0.5 | 0.87 |
| Hex | EF | D7 | CF | 0 | A | D | 6 | F | 32 | 57 |
| Octal | 357 | 327 | 317 | 0 | 12 | 15 | 6 | 17 | 62 | 127 |
| Binary | 11101111 | 11010111 | 11001111 | 0 | 1010 | 1101 | 110 | 1111 | 110010 | 1010111 |
Color Harmonies of #EFD7CF
Complementary color
Monochromatic Colors of #EFD7CF
Black with #EFD7CF
Text Example
Text Example
White with #EFD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7CF; }
p { color: rgb(239,215,207); }
H1.HeaderClassName
{
color: #EFD7CF;
}
.AnyTagClassName
{
color: #EFD7CF;
}
</style>
background-color css
<style>
a { background-color: #EFD7CF; }
a { background-color: rgb(239,215,207); }
div.DivClassName
{
background-color: #EFD7CF;
}
.BgClassName
{
background-color: #EFD7CF;
}
</style>
border-color css
<style>
span { border-color: #EFD7CF; }
span { border-color: rgb(239,215,207); }
td.TdClassName
{
border-color: #EFD7CF;
}
.TagClassName
{
border-color: #EFD7CF;
}
</style>