Shades of Pot Pourri #EEDACF
Tints of Pot Pourri #EEDACF
RGB
CMYK
RGB Variations
Color information
#EEDACF (or 0xEEDACF) is known color: Pot Pourri. HEX triplet: EE, DA and CF. RGB value is (238,218,207). Sum of RGB (Red+Green+Blue) = 238+218+207=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDACF is #112530. Grayscale: #DEDEDE. Windows color (decimal): -1123633 or 13621998. OLE color: 13621998.
HSL color Cylindrical-coordinate representation of color #EEDACF: hue angle of 21.29º degrees, saturation: 0.48, 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 #EEDACF is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 207 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.07 |
| HSL | 21.29º | 0.48% | 0.87% | - |
| HSV(B) | 21.29º | 0.13% | 0.93% | - |
| XYZ | 71.59 | 72.82 | 69.31 | - |
| YUV | 222.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 207 | 0 | 0.08 | 0.13 | 0.07 | 21.29 | 0.48 | 0.87 |
| Hex | EE | DA | CF | 0 | 8 | D | 7 | 15 | 30 | 57 |
| Octal | 356 | 332 | 317 | 0 | 10 | 15 | 7 | 25 | 60 | 127 |
| Binary | 11101110 | 11011010 | 11001111 | 0 | 1000 | 1101 | 111 | 10101 | 110000 | 1010111 |
Color Harmonies of #EEDACF
Complementary color
Monochromatic Colors of #EEDACF
Black with #EEDACF
Text Example
Text Example
White with #EEDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDACF; }
p { color: rgb(238,218,207); }
H1.HeaderClassName
{
color: #EEDACF;
}
.AnyTagClassName
{
color: #EEDACF;
}
</style>
background-color css
<style>
a { background-color: #EEDACF; }
a { background-color: rgb(238,218,207); }
div.DivClassName
{
background-color: #EEDACF;
}
.BgClassName
{
background-color: #EEDACF;
}
</style>
border-color css
<style>
span { border-color: #EEDACF; }
span { border-color: rgb(238,218,207); }
td.TdClassName
{
border-color: #EEDACF;
}
.TagClassName
{
border-color: #EEDACF;
}
</style>