Shades of Pot Pourri #EDDACF
Tints of Pot Pourri #EDDACF
RGB
CMYK
RGB Variations
Color information
#EDDACF (or 0xEDDACF) is known color: Pot Pourri. HEX triplet: ED, DA and CF. RGB value is (237,218,207). Sum of RGB (Red+Green+Blue) = 237+218+207=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDACF is #122530. Grayscale: #DEDEDE. Windows color (decimal): -1189169 or 13621997. OLE color: 13621997.
HSL color Cylindrical-coordinate representation of color #EDDACF: hue angle of 22º 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 #EDDACF is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 207 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.07 |
| HSL | 22º | 0.45% | 0.87% | - |
| HSV(B) | 22º | 0.13% | 0.93% | - |
| XYZ | 71.26 | 72.65 | 69.3 | - |
| YUV | 222.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 207 | 0 | 0.08 | 0.13 | 0.07 | 22 | 0.45 | 0.87 |
| Hex | ED | DA | CF | 0 | 8 | D | 7 | 16 | 2D | 57 |
| Octal | 355 | 332 | 317 | 0 | 10 | 15 | 7 | 26 | 55 | 127 |
| Binary | 11101101 | 11011010 | 11001111 | 0 | 1000 | 1101 | 111 | 10110 | 101101 | 1010111 |
Color Harmonies of #EDDACF
Complementary color
Monochromatic Colors of #EDDACF
Black with #EDDACF
Text Example
Text Example
White with #EDDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDACF; }
p { color: rgb(237,218,207); }
H1.HeaderClassName
{
color: #EDDACF;
}
.AnyTagClassName
{
color: #EDDACF;
}
</style>
background-color css
<style>
a { background-color: #EDDACF; }
a { background-color: rgb(237,218,207); }
div.DivClassName
{
background-color: #EDDACF;
}
.BgClassName
{
background-color: #EDDACF;
}
</style>
border-color css
<style>
span { border-color: #EDDACF; }
span { border-color: rgb(237,218,207); }
td.TdClassName
{
border-color: #EDDACF;
}
.TagClassName
{
border-color: #EDDACF;
}
</style>