Shades of Pot Pourri #EFD9D3
Tints of Pot Pourri #EFD9D3
RGB
CMYK
RGB Variations
Color information
#EFD9D3 (or 0xEFD9D3) is known color: Pot Pourri. HEX triplet: EF, D9 and D3. RGB value is (239,217,211). Sum of RGB (Red+Green+Blue) = 239+217+211=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9D3 is #10262C. Grayscale: #DEDEDE. Windows color (decimal): -1058349 or 13883887. OLE color: 13883887.
HSL color Cylindrical-coordinate representation of color #EFD9D3: hue angle of 12.86º degrees, saturation: 0.47, 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 #EFD9D3 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 211 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.06 |
| HSL | 12.86º | 0.47% | 0.88% | - |
| HSV(B) | 12.86º | 0.12% | 0.94% | - |
| XYZ | 72.17 | 72.68 | 71.85 | - |
| YUV | 222.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 211 | 0 | 0.09 | 0.12 | 0.06 | 12.86 | 0.47 | 0.88 |
| Hex | EF | D9 | D3 | 0 | 9 | C | 6 | D | 2F | 58 |
| Octal | 357 | 331 | 323 | 0 | 11 | 14 | 6 | 15 | 57 | 130 |
| Binary | 11101111 | 11011001 | 11010011 | 0 | 1001 | 1100 | 110 | 1101 | 101111 | 1011000 |
Color Harmonies of #EFD9D3
Complementary color
Monochromatic Colors of #EFD9D3
Black with #EFD9D3
Text Example
Text Example
White with #EFD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9D3; }
p { color: rgb(239,217,211); }
H1.HeaderClassName
{
color: #EFD9D3;
}
.AnyTagClassName
{
color: #EFD9D3;
}
</style>
background-color css
<style>
a { background-color: #EFD9D3; }
a { background-color: rgb(239,217,211); }
div.DivClassName
{
background-color: #EFD9D3;
}
.BgClassName
{
background-color: #EFD9D3;
}
</style>
border-color css
<style>
span { border-color: #EFD9D3; }
span { border-color: rgb(239,217,211); }
td.TdClassName
{
border-color: #EFD9D3;
}
.TagClassName
{
border-color: #EFD9D3;
}
</style>