Shades of Pot Pourri #EFDACE
Tints of Pot Pourri #EFDACE
RGB
CMYK
RGB Variations
Color information
#EFDACE (or 0xEFDACE) is known color: Pot Pourri. HEX triplet: EF, DA and CE. RGB value is (239,218,206). Sum of RGB (Red+Green+Blue) = 239+218+206=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDACE is #102531. Grayscale: #DEDEDE. Windows color (decimal): -1058098 or 13556463. OLE color: 13556463.
HSL color Cylindrical-coordinate representation of color #EFDACE: hue angle of 21.82º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDACE is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 206 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.06 |
| HSL | 21.82º | 0.51% | 0.87% | - |
| HSV(B) | 21.82º | 0.14% | 0.94% | - |
| XYZ | 71.81 | 72.95 | 68.69 | - |
| YUV | 222.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 206 | 0 | 0.09 | 0.14 | 0.06 | 21.82 | 0.51 | 0.87 |
| Hex | EF | DA | CE | 0 | 9 | E | 6 | 16 | 33 | 57 |
| Octal | 357 | 332 | 316 | 0 | 11 | 16 | 6 | 26 | 63 | 127 |
| Binary | 11101111 | 11011010 | 11001110 | 0 | 1001 | 1110 | 110 | 10110 | 110011 | 1010111 |
Color Harmonies of #EFDACE
Complementary color
Monochromatic Colors of #EFDACE
Black with #EFDACE
Text Example
Text Example
White with #EFDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDACE; }
p { color: rgb(239,218,206); }
H1.HeaderClassName
{
color: #EFDACE;
}
.AnyTagClassName
{
color: #EFDACE;
}
</style>
background-color css
<style>
a { background-color: #EFDACE; }
a { background-color: rgb(239,218,206); }
div.DivClassName
{
background-color: #EFDACE;
}
.BgClassName
{
background-color: #EFDACE;
}
</style>
border-color css
<style>
span { border-color: #EFDACE; }
span { border-color: rgb(239,218,206); }
td.TdClassName
{
border-color: #EFDACE;
}
.TagClassName
{
border-color: #EFDACE;
}
</style>