Shades of Pot Pourri #EFDFDA
Tints of Pot Pourri #EFDFDA
RGB
CMYK
RGB Variations
Color information
#EFDFDA (or 0xEFDFDA) is known color: Pot Pourri. HEX triplet: EF, DF and DA. RGB value is (239,223,218). Sum of RGB (Red+Green+Blue) = 239+223+218=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDA is #102025. Grayscale: #E3E3E3. Windows color (decimal): -1056806 or 14344175. OLE color: 14344175.
HSL color Cylindrical-coordinate representation of color #EFDFDA: hue angle of 14.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDFDA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 223 | 218 | - |
CMYK | 0 | 0.07 | 0.09 | 0.06 |
HSL | 14.29º | 0.4% | 0.9% | - |
HSV(B) | 14.29º | 0.09% | 0.94% | - |
XYZ | 74.64 | 76.19 | 77.1 | - |
YUV | 227.21 | 122.8 | 136.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 223 | 218 | 0 | 0.07 | 0.09 | 0.06 | 14.29 | 0.4 | 0.9 |
Hex | EF | DF | DA | 0 | 7 | 9 | 6 | E | 28 | 5A |
Octal | 357 | 337 | 332 | 0 | 7 | 11 | 6 | 16 | 50 | 132 |
Binary | 11101111 | 11011111 | 11011010 | 0 | 111 | 1001 | 110 | 1110 | 101000 | 1011010 |
Color Harmonies of #EFDFDA
Complementary color
Monochromatic Colors of #EFDFDA
Black with #EFDFDA
Text Example
Text Example
White with #EFDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFDA; }
p { color: rgb(239,223,218); }
H1.HeaderClassName
{
color: #EFDFDA;
}
.AnyTagClassName
{
color: #EFDFDA;
}
</style>
background-color css
<style>
a { background-color: #EFDFDA; }
a { background-color: rgb(239,223,218); }
div.DivClassName
{
background-color: #EFDFDA;
}
.BgClassName
{
background-color: #EFDFDA;
}
</style>
border-color css
<style>
span { border-color: #EFDFDA; }
span { border-color: rgb(239,223,218); }
td.TdClassName
{
border-color: #EFDFDA;
}
.TagClassName
{
border-color: #EFDFDA;
}
</style>