Shades of Pot Pourri #EFDFD9
Tints of Pot Pourri #EFDFD9
RGB
CMYK
RGB Variations
Color information
#EFDFD9 (or 0xEFDFD9) is known color: Pot Pourri. HEX triplet: EF, DF and D9. RGB value is (239,223,217). Sum of RGB (Red+Green+Blue) = 239+223+217=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD9 is #102026. Grayscale: #E3E3E3. Windows color (decimal): -1056807 or 14278639. OLE color: 14278639.
HSL color Cylindrical-coordinate representation of color #EFDFD9: hue angle of 16.36º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDFD9 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 223 | 217 | - |
CMYK | 0 | 0.07 | 0.09 | 0.06 |
HSL | 16.36º | 0.41% | 0.89% | - |
HSV(B) | 16.36º | 0.09% | 0.94% | - |
XYZ | 74.51 | 76.14 | 76.41 | - |
YUV | 227.1 | 122.3 | 136.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 223 | 217 | 0 | 0.07 | 0.09 | 0.06 | 16.36 | 0.41 | 0.89 |
Hex | EF | DF | D9 | 0 | 7 | 9 | 6 | 10 | 29 | 59 |
Octal | 357 | 337 | 331 | 0 | 7 | 11 | 6 | 20 | 51 | 131 |
Binary | 11101111 | 11011111 | 11011001 | 0 | 111 | 1001 | 110 | 10000 | 101001 | 1011001 |
Color Harmonies of #EFDFD9
Complementary color
Monochromatic Colors of #EFDFD9
Black with #EFDFD9
Text Example
Text Example
White with #EFDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFD9; }
p { color: rgb(239,223,217); }
H1.HeaderClassName
{
color: #EFDFD9;
}
.AnyTagClassName
{
color: #EFDFD9;
}
</style>
background-color css
<style>
a { background-color: #EFDFD9; }
a { background-color: rgb(239,223,217); }
div.DivClassName
{
background-color: #EFDFD9;
}
.BgClassName
{
background-color: #EFDFD9;
}
</style>
border-color css
<style>
span { border-color: #EFDFD9; }
span { border-color: rgb(239,223,217); }
td.TdClassName
{
border-color: #EFDFD9;
}
.TagClassName
{
border-color: #EFDFD9;
}
</style>