Shades of Pot Pourri #EFDACF
Tints of Pot Pourri #EFDACF
RGB
CMYK
RGB Variations
Color information
#EFDACF (or 0xEFDACF) is known color: Pot Pourri. HEX triplet: EF, DA and CF. RGB value is (239,218,207). Sum of RGB (Red+Green+Blue) = 239+218+207=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDACF is #102530. Grayscale: #DFDFDF. Windows color (decimal): -1058097 or 13621999. OLE color: 13621999.
HSL color Cylindrical-coordinate representation of color #EFDACF: hue angle of 20.62º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDACF is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 207 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.06 |
| HSL | 20.63º | 0.5% | 0.87% | - |
| HSV(B) | 20.63º | 0.13% | 0.94% | - |
| XYZ | 71.93 | 73 | 69.33 | - |
| YUV | 223.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 207 | 0 | 0.09 | 0.13 | 0.06 | 20.63 | 0.5 | 0.87 |
| Hex | EF | DA | CF | 0 | 9 | D | 6 | 15 | 32 | 57 |
| Octal | 357 | 332 | 317 | 0 | 11 | 15 | 6 | 25 | 62 | 127 |
| Binary | 11101111 | 11011010 | 11001111 | 0 | 1001 | 1101 | 110 | 10101 | 110010 | 1010111 |
Color Harmonies of #EFDACF
Complementary color
Monochromatic Colors of #EFDACF
Black with #EFDACF
Text Example
Text Example
White with #EFDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDACF; }
p { color: rgb(239,218,207); }
H1.HeaderClassName
{
color: #EFDACF;
}
.AnyTagClassName
{
color: #EFDACF;
}
</style>
background-color css
<style>
a { background-color: #EFDACF; }
a { background-color: rgb(239,218,207); }
div.DivClassName
{
background-color: #EFDACF;
}
.BgClassName
{
background-color: #EFDACF;
}
</style>
border-color css
<style>
span { border-color: #EFDACF; }
span { border-color: rgb(239,218,207); }
td.TdClassName
{
border-color: #EFDACF;
}
.TagClassName
{
border-color: #EFDACF;
}
</style>