Shades of Pot Pourri #EEDFD9
Tints of Pot Pourri #EEDFD9
RGB
CMYK
RGB Variations
Color information
#EEDFD9 (or 0xEEDFD9) is known color: Pot Pourri. HEX triplet: EE, DF and D9. RGB value is (238,223,217). Sum of RGB (Red+Green+Blue) = 238+223+217=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD9 is #112026. Grayscale: #E2E2E2. Windows color (decimal): -1122343 or 14278638. OLE color: 14278638.
HSL color Cylindrical-coordinate representation of color #EEDFD9: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDFD9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 223 | 217 | - |
CMYK | 0 | 0.06 | 0.09 | 0.07 |
HSL | 17.14º | 0.38% | 0.89% | - |
HSV(B) | 17.14º | 0.09% | 0.93% | - |
XYZ | 74.17 | 75.96 | 76.4 | - |
YUV | 226.8 | 122.47 | 135.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 223 | 217 | 0 | 0.06 | 0.09 | 0.07 | 17.14 | 0.38 | 0.89 |
Hex | EE | DF | D9 | 0 | 6 | 9 | 7 | 11 | 26 | 59 |
Octal | 356 | 337 | 331 | 0 | 6 | 11 | 7 | 21 | 46 | 131 |
Binary | 11101110 | 11011111 | 11011001 | 0 | 110 | 1001 | 111 | 10001 | 100110 | 1011001 |
Color Harmonies of #EEDFD9
Complementary color
Monochromatic Colors of #EEDFD9
Black with #EEDFD9
Text Example
Text Example
White with #EEDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFD9; }
p { color: rgb(238,223,217); }
H1.HeaderClassName
{
color: #EEDFD9;
}
.AnyTagClassName
{
color: #EEDFD9;
}
</style>
background-color css
<style>
a { background-color: #EEDFD9; }
a { background-color: rgb(238,223,217); }
div.DivClassName
{
background-color: #EEDFD9;
}
.BgClassName
{
background-color: #EEDFD9;
}
</style>
border-color css
<style>
span { border-color: #EEDFD9; }
span { border-color: rgb(238,223,217); }
td.TdClassName
{
border-color: #EEDFD9;
}
.TagClassName
{
border-color: #EEDFD9;
}
</style>