Shades of Pot Pourri #EFDBD2
Tints of Pot Pourri #EFDBD2
RGB
CMYK
RGB Variations
Color information
#EFDBD2 (or 0xEFDBD2) is known color: Pot Pourri. HEX triplet: EF, DB and D2. RGB value is (239,219,210). Sum of RGB (Red+Green+Blue) = 239+219+210=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD2 is #10242D. Grayscale: #E0E0E0. Windows color (decimal): -1057838 or 13818863. OLE color: 13818863.
HSL color Cylindrical-coordinate representation of color #EFDBD2: hue angle of 18.62º 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 #EFDBD2 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 210 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.06 |
| HSL | 18.62º | 0.48% | 0.88% | - |
| HSV(B) | 18.62º | 0.12% | 0.94% | - |
| XYZ | 72.56 | 73.67 | 71.37 | - |
| YUV | 223.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 210 | 0 | 0.08 | 0.12 | 0.06 | 18.62 | 0.48 | 0.88 |
| Hex | EF | DB | D2 | 0 | 8 | C | 6 | 13 | 30 | 58 |
| Octal | 357 | 333 | 322 | 0 | 10 | 14 | 6 | 23 | 60 | 130 |
| Binary | 11101111 | 11011011 | 11010010 | 0 | 1000 | 1100 | 110 | 10011 | 110000 | 1011000 |
Color Harmonies of #EFDBD2
Complementary color
Monochromatic Colors of #EFDBD2
Black with #EFDBD2
Text Example
Text Example
White with #EFDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBD2; }
p { color: rgb(239,219,210); }
H1.HeaderClassName
{
color: #EFDBD2;
}
.AnyTagClassName
{
color: #EFDBD2;
}
</style>
background-color css
<style>
a { background-color: #EFDBD2; }
a { background-color: rgb(239,219,210); }
div.DivClassName
{
background-color: #EFDBD2;
}
.BgClassName
{
background-color: #EFDBD2;
}
</style>
border-color css
<style>
span { border-color: #EFDBD2; }
span { border-color: rgb(239,219,210); }
td.TdClassName
{
border-color: #EFDBD2;
}
.TagClassName
{
border-color: #EFDBD2;
}
</style>