Shades of Pot Pourri #EEDFDA
Tints of Pot Pourri #EEDFDA
RGB
CMYK
RGB Variations
Color information
#EEDFDA (or 0xEEDFDA) is known color: Pot Pourri. HEX triplet: EE, DF and DA. RGB value is (238,223,218). Sum of RGB (Red+Green+Blue) = 238+223+218=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFDA is #112025. Grayscale: #E2E2E2. Windows color (decimal): -1122342 or 14344174. OLE color: 14344174.
HSL color Cylindrical-coordinate representation of color #EEDFDA: hue angle of 15º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDFDA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 218 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.07 |
| HSL | 15º | 0.37% | 0.89% | - |
| HSV(B) | 15º | 0.08% | 0.93% | - |
| XYZ | 74.3 | 76.01 | 77.09 | - |
| YUV | 226.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 218 | 0 | 0.06 | 0.08 | 0.07 | 15 | 0.37 | 0.89 |
| Hex | EE | DF | DA | 0 | 6 | 8 | 7 | F | 25 | 59 |
| Octal | 356 | 337 | 332 | 0 | 6 | 10 | 7 | 17 | 45 | 131 |
| Binary | 11101110 | 11011111 | 11011010 | 0 | 110 | 1000 | 111 | 1111 | 100101 | 1011001 |
Color Harmonies of #EEDFDA
Complementary color
Monochromatic Colors of #EEDFDA
Black with #EEDFDA
Text Example
Text Example
White with #EEDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFDA; }
p { color: rgb(238,223,218); }
H1.HeaderClassName
{
color: #EEDFDA;
}
.AnyTagClassName
{
color: #EEDFDA;
}
</style>
background-color css
<style>
a { background-color: #EEDFDA; }
a { background-color: rgb(238,223,218); }
div.DivClassName
{
background-color: #EEDFDA;
}
.BgClassName
{
background-color: #EEDFDA;
}
</style>
border-color css
<style>
span { border-color: #EEDFDA; }
span { border-color: rgb(238,223,218); }
td.TdClassName
{
border-color: #EEDFDA;
}
.TagClassName
{
border-color: #EEDFDA;
}
</style>