Shades of Pot Pourri #EFD9D2
Tints of Pot Pourri #EFD9D2
RGB
CMYK
RGB Variations
Color information
#EFD9D2 (or 0xEFD9D2) is known color: Pot Pourri. HEX triplet: EF, D9 and D2. RGB value is (239,217,210). Sum of RGB (Red+Green+Blue) = 239+217+210=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9D2 is #10262D. Grayscale: #DEDEDE. Windows color (decimal): -1058350 or 13818351. OLE color: 13818351.
HSL color Cylindrical-coordinate representation of color #EFD9D2: hue angle of 14.48º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD9D2 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 210 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.06 |
| HSL | 14.48º | 0.48% | 0.88% | - |
| HSV(B) | 14.48º | 0.12% | 0.94% | - |
| XYZ | 72.04 | 72.63 | 71.19 | - |
| YUV | 222.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 210 | 0 | 0.09 | 0.12 | 0.06 | 14.48 | 0.48 | 0.88 |
| Hex | EF | D9 | D2 | 0 | 9 | C | 6 | E | 30 | 58 |
| Octal | 357 | 331 | 322 | 0 | 11 | 14 | 6 | 16 | 60 | 130 |
| Binary | 11101111 | 11011001 | 11010010 | 0 | 1001 | 1100 | 110 | 1110 | 110000 | 1011000 |
Color Harmonies of #EFD9D2
Complementary color
Monochromatic Colors of #EFD9D2
Black with #EFD9D2
Text Example
Text Example
White with #EFD9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9D2; }
p { color: rgb(239,217,210); }
H1.HeaderClassName
{
color: #EFD9D2;
}
.AnyTagClassName
{
color: #EFD9D2;
}
</style>
background-color css
<style>
a { background-color: #EFD9D2; }
a { background-color: rgb(239,217,210); }
div.DivClassName
{
background-color: #EFD9D2;
}
.BgClassName
{
background-color: #EFD9D2;
}
</style>
border-color css
<style>
span { border-color: #EFD9D2; }
span { border-color: rgb(239,217,210); }
td.TdClassName
{
border-color: #EFD9D2;
}
.TagClassName
{
border-color: #EFD9D2;
}
</style>