Shades of Pot Pourri #EFDDD4
Tints of Pot Pourri #EFDDD4
RGB
CMYK
RGB Variations
Color information
#EFDDD4 (or 0xEFDDD4) is known color: Pot Pourri. HEX triplet: EF, DD and D4. RGB value is (239,221,212). Sum of RGB (Red+Green+Blue) = 239+221+212=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD4 is #10222B. Grayscale: #E1E1E1. Windows color (decimal): -1057324 or 13950447. OLE color: 13950447.
HSL color Cylindrical-coordinate representation of color #EFDDD4: hue angle of 20º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDDD4 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 212 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.06 |
| HSL | 20º | 0.46% | 0.88% | - |
| HSV(B) | 20º | 0.11% | 0.94% | - |
| XYZ | 73.34 | 74.82 | 72.86 | - |
| YUV | 225.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 212 | 0 | 0.08 | 0.11 | 0.06 | 20 | 0.46 | 0.88 |
| Hex | EF | DD | D4 | 0 | 8 | B | 6 | 14 | 2E | 58 |
| Octal | 357 | 335 | 324 | 0 | 10 | 13 | 6 | 24 | 56 | 130 |
| Binary | 11101111 | 11011101 | 11010100 | 0 | 1000 | 1011 | 110 | 10100 | 101110 | 1011000 |
Color Harmonies of #EFDDD4
Complementary color
Monochromatic Colors of #EFDDD4
Black with #EFDDD4
Text Example
Text Example
White with #EFDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDD4; }
p { color: rgb(239,221,212); }
H1.HeaderClassName
{
color: #EFDDD4;
}
.AnyTagClassName
{
color: #EFDDD4;
}
</style>
background-color css
<style>
a { background-color: #EFDDD4; }
a { background-color: rgb(239,221,212); }
div.DivClassName
{
background-color: #EFDDD4;
}
.BgClassName
{
background-color: #EFDDD4;
}
</style>
border-color css
<style>
span { border-color: #EFDDD4; }
span { border-color: rgb(239,221,212); }
td.TdClassName
{
border-color: #EFDDD4;
}
.TagClassName
{
border-color: #EFDDD4;
}
</style>