Shades of Pot Pourri #EFDFD5
Tints of Pot Pourri #EFDFD5
RGB
CMYK
RGB Variations
Color information
#EFDFD5 (or 0xEFDFD5) is known color: Pot Pourri. HEX triplet: EF, DF and D5. RGB value is (239,223,213). Sum of RGB (Red+Green+Blue) = 239+223+213=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD5 is #10202A. Grayscale: #E2E2E2. Windows color (decimal): -1056811 or 14016495. OLE color: 14016495.
HSL color Cylindrical-coordinate representation of color #EFDFD5: hue angle of 23.08º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDFD5 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 223 | 213 | - |
CMYK | 0 | 0.07 | 0.11 | 0.06 |
HSL | 23.08º | 0.45% | 0.89% | - |
HSV(B) | 23.08º | 0.11% | 0.94% | - |
XYZ | 73.99 | 75.93 | 73.71 | - |
YUV | 226.64 | 120.3 | 136.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 223 | 213 | 0 | 0.07 | 0.11 | 0.06 | 23.08 | 0.45 | 0.89 |
Hex | EF | DF | D5 | 0 | 7 | B | 6 | 17 | 2D | 59 |
Octal | 357 | 337 | 325 | 0 | 7 | 13 | 6 | 27 | 55 | 131 |
Binary | 11101111 | 11011111 | 11010101 | 0 | 111 | 1011 | 110 | 10111 | 101101 | 1011001 |
Color Harmonies of #EFDFD5
Complementary color
Monochromatic Colors of #EFDFD5
Black with #EFDFD5
Text Example
Text Example
White with #EFDFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFD5; }
p { color: rgb(239,223,213); }
H1.HeaderClassName
{
color: #EFDFD5;
}
.AnyTagClassName
{
color: #EFDFD5;
}
</style>
background-color css
<style>
a { background-color: #EFDFD5; }
a { background-color: rgb(239,223,213); }
div.DivClassName
{
background-color: #EFDFD5;
}
.BgClassName
{
background-color: #EFDFD5;
}
</style>
border-color css
<style>
span { border-color: #EFDFD5; }
span { border-color: rgb(239,223,213); }
td.TdClassName
{
border-color: #EFDFD5;
}
.TagClassName
{
border-color: #EFDFD5;
}
</style>