Shades of Pot Pourri #EFD9D0
Tints of Pot Pourri #EFD9D0
RGB
CMYK
RGB Variations
Color information
#EFD9D0 (or 0xEFD9D0) is known color: Pot Pourri. HEX triplet: EF, D9 and D0. RGB value is (239,217,208). Sum of RGB (Red+Green+Blue) = 239+217+208=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9D0 is #10262F. Grayscale: #DEDEDE. Windows color (decimal): -1058352 or 13687279. OLE color: 13687279.
HSL color Cylindrical-coordinate representation of color #EFD9D0: hue angle of 17.42º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD9D0 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 208 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.06 |
| HSL | 17.42º | 0.49% | 0.88% | - |
| HSV(B) | 17.42º | 0.13% | 0.94% | - |
| XYZ | 71.79 | 72.53 | 69.89 | - |
| YUV | 222.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 208 | 0 | 0.09 | 0.13 | 0.06 | 17.42 | 0.49 | 0.88 |
| Hex | EF | D9 | D0 | 0 | 9 | D | 6 | 11 | 31 | 58 |
| Octal | 357 | 331 | 320 | 0 | 11 | 15 | 6 | 21 | 61 | 130 |
| Binary | 11101111 | 11011001 | 11010000 | 0 | 1001 | 1101 | 110 | 10001 | 110001 | 1011000 |
Color Harmonies of #EFD9D0
Complementary color
Monochromatic Colors of #EFD9D0
Black with #EFD9D0
Text Example
Text Example
White with #EFD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9D0; }
p { color: rgb(239,217,208); }
H1.HeaderClassName
{
color: #EFD9D0;
}
.AnyTagClassName
{
color: #EFD9D0;
}
</style>
background-color css
<style>
a { background-color: #EFD9D0; }
a { background-color: rgb(239,217,208); }
div.DivClassName
{
background-color: #EFD9D0;
}
.BgClassName
{
background-color: #EFD9D0;
}
</style>
border-color css
<style>
span { border-color: #EFD9D0; }
span { border-color: rgb(239,217,208); }
td.TdClassName
{
border-color: #EFD9D0;
}
.TagClassName
{
border-color: #EFD9D0;
}
</style>