Shades of Pot Pourri #EFDBD1
Tints of Pot Pourri #EFDBD1
RGB
CMYK
RGB Variations
Color information
#EFDBD1 (or 0xEFDBD1) is known color: Pot Pourri. HEX triplet: EF, DB and D1. RGB value is (239,219,209). Sum of RGB (Red+Green+Blue) = 239+219+209=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD1 is #10242E. Grayscale: #DFDFDF. Windows color (decimal): -1057839 or 13753327. OLE color: 13753327.
HSL color Cylindrical-coordinate representation of color #EFDBD1: hue angle of 20º degrees, saturation: 0.48, 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 #EFDBD1 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 219 | 209 | - |
CMYK | 0 | 0.08 | 0.13 | 0.06 |
HSL | 20º | 0.48% | 0.88% | - |
HSV(B) | 20º | 0.13% | 0.94% | - |
XYZ | 72.44 | 73.62 | 70.71 | - |
YUV | 223.84 | 119.63 | 138.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 209 | 0 | 0.08 | 0.13 | 0.06 | 20 | 0.48 | 0.88 |
Hex | EF | DB | D1 | 0 | 8 | D | 6 | 14 | 30 | 58 |
Octal | 357 | 333 | 321 | 0 | 10 | 15 | 6 | 24 | 60 | 130 |
Binary | 11101111 | 11011011 | 11010001 | 0 | 1000 | 1101 | 110 | 10100 | 110000 | 1011000 |
Color Harmonies of #EFDBD1
Complementary color
Monochromatic Colors of #EFDBD1
Black with #EFDBD1
Text Example
Text Example
White with #EFDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBD1; }
p { color: rgb(239,219,209); }
H1.HeaderClassName
{
color: #EFDBD1;
}
.AnyTagClassName
{
color: #EFDBD1;
}
</style>
background-color css
<style>
a { background-color: #EFDBD1; }
a { background-color: rgb(239,219,209); }
div.DivClassName
{
background-color: #EFDBD1;
}
.BgClassName
{
background-color: #EFDBD1;
}
</style>
border-color css
<style>
span { border-color: #EFDBD1; }
span { border-color: rgb(239,219,209); }
td.TdClassName
{
border-color: #EFDBD1;
}
.TagClassName
{
border-color: #EFDBD1;
}
</style>