Shades of Pot Pourri #EFD7CE
Tints of Pot Pourri #EFD7CE
RGB
CMYK
RGB Variations
Color information
#EFD7CE (or 0xEFD7CE) is known color: Pot Pourri. HEX triplet: EF, D7 and CE. RGB value is (239,215,206). Sum of RGB (Red+Green+Blue) = 239+215+206=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7CE is #102831. Grayscale: #DDDDDD. Windows color (decimal): -1058866 or 13555695. OLE color: 13555695.
HSL color Cylindrical-coordinate representation of color #EFD7CE: hue angle of 16.36º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD7CE is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 206 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.06 |
| HSL | 16.36º | 0.51% | 0.87% | - |
| HSV(B) | 16.36º | 0.14% | 0.94% | - |
| XYZ | 71.04 | 71.41 | 68.43 | - |
| YUV | 221.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 206 | 0 | 0.10 | 0.14 | 0.06 | 16.36 | 0.51 | 0.87 |
| Hex | EF | D7 | CE | 0 | A | E | 6 | 10 | 33 | 57 |
| Octal | 357 | 327 | 316 | 0 | 12 | 16 | 6 | 20 | 63 | 127 |
| Binary | 11101111 | 11010111 | 11001110 | 0 | 1010 | 1110 | 110 | 10000 | 110011 | 1010111 |
Color Harmonies of #EFD7CE
Complementary color
Monochromatic Colors of #EFD7CE
Black with #EFD7CE
Text Example
Text Example
White with #EFD7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7CE; }
p { color: rgb(239,215,206); }
H1.HeaderClassName
{
color: #EFD7CE;
}
.AnyTagClassName
{
color: #EFD7CE;
}
</style>
background-color css
<style>
a { background-color: #EFD7CE; }
a { background-color: rgb(239,215,206); }
div.DivClassName
{
background-color: #EFD7CE;
}
.BgClassName
{
background-color: #EFD7CE;
}
</style>
border-color css
<style>
span { border-color: #EFD7CE; }
span { border-color: rgb(239,215,206); }
td.TdClassName
{
border-color: #EFD7CE;
}
.TagClassName
{
border-color: #EFD7CE;
}
</style>