Shades of Pot Pourri #EDD8CF
Tints of Pot Pourri #EDD8CF
RGB
CMYK
RGB Variations
Color information
#EDD8CF (or 0xEDD8CF) is known color: Pot Pourri. HEX triplet: ED, D8 and CF. RGB value is (237,216,207). Sum of RGB (Red+Green+Blue) = 237+216+207=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8CF is #122730. Grayscale: #DDDDDD. Windows color (decimal): -1189681 or 13621485. OLE color: 13621485.
HSL color Cylindrical-coordinate representation of color #EDD8CF: hue angle of 18º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD8CF is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 207 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.07 |
| HSL | 18º | 0.45% | 0.87% | - |
| HSV(B) | 18º | 0.13% | 0.93% | - |
| XYZ | 70.74 | 71.62 | 69.13 | - |
| YUV | 221.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 207 | 0 | 0.09 | 0.13 | 0.07 | 18 | 0.45 | 0.87 |
| Hex | ED | D8 | CF | 0 | 9 | D | 7 | 12 | 2D | 57 |
| Octal | 355 | 330 | 317 | 0 | 11 | 15 | 7 | 22 | 55 | 127 |
| Binary | 11101101 | 11011000 | 11001111 | 0 | 1001 | 1101 | 111 | 10010 | 101101 | 1010111 |
Color Harmonies of #EDD8CF
Complementary color
Monochromatic Colors of #EDD8CF
Black with #EDD8CF
Text Example
Text Example
White with #EDD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8CF; }
p { color: rgb(237,216,207); }
H1.HeaderClassName
{
color: #EDD8CF;
}
.AnyTagClassName
{
color: #EDD8CF;
}
</style>
background-color css
<style>
a { background-color: #EDD8CF; }
a { background-color: rgb(237,216,207); }
div.DivClassName
{
background-color: #EDD8CF;
}
.BgClassName
{
background-color: #EDD8CF;
}
</style>
border-color css
<style>
span { border-color: #EDD8CF; }
span { border-color: rgb(237,216,207); }
td.TdClassName
{
border-color: #EDD8CF;
}
.TagClassName
{
border-color: #EDD8CF;
}
</style>