Shades of Pot Pourri #EFDDD0
Tints of Pot Pourri #EFDDD0
RGB
CMYK
RGB Variations
Color information
#EFDDD0 (or 0xEFDDD0) is known color: Pot Pourri. HEX triplet: EF, DD and D0. RGB value is (239,221,208). Sum of RGB (Red+Green+Blue) = 239+221+208=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD0 is #10222F. Grayscale: #E0E0E0. Windows color (decimal): -1057328 or 13688303. OLE color: 13688303.
HSL color Cylindrical-coordinate representation of color #EFDDD0: hue angle of 25.16º 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 #EFDDD0 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 208 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.06 |
| HSL | 25.16º | 0.49% | 0.88% | - |
| HSV(B) | 25.16º | 0.13% | 0.94% | - |
| XYZ | 72.84 | 74.62 | 70.24 | - |
| YUV | 224.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 208 | 0 | 0.08 | 0.13 | 0.06 | 25.16 | 0.49 | 0.88 |
| Hex | EF | DD | D0 | 0 | 8 | D | 6 | 19 | 31 | 58 |
| Octal | 357 | 335 | 320 | 0 | 10 | 15 | 6 | 31 | 61 | 130 |
| Binary | 11101111 | 11011101 | 11010000 | 0 | 1000 | 1101 | 110 | 11001 | 110001 | 1011000 |
Color Harmonies of #EFDDD0
Complementary color
Monochromatic Colors of #EFDDD0
Black with #EFDDD0
Text Example
Text Example
White with #EFDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDD0; }
p { color: rgb(239,221,208); }
H1.HeaderClassName
{
color: #EFDDD0;
}
.AnyTagClassName
{
color: #EFDDD0;
}
</style>
background-color css
<style>
a { background-color: #EFDDD0; }
a { background-color: rgb(239,221,208); }
div.DivClassName
{
background-color: #EFDDD0;
}
.BgClassName
{
background-color: #EFDDD0;
}
</style>
border-color css
<style>
span { border-color: #EFDDD0; }
span { border-color: rgb(239,221,208); }
td.TdClassName
{
border-color: #EFDDD0;
}
.TagClassName
{
border-color: #EFDDD0;
}
</style>