Shades of Pot Pourri #EFDAD3
Tints of Pot Pourri #EFDAD3
RGB
CMYK
RGB Variations
Color information
#EFDAD3 (or 0xEFDAD3) is known color: Pot Pourri. HEX triplet: EF, DA and D3. RGB value is (239,218,211). Sum of RGB (Red+Green+Blue) = 239+218+211=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAD3 is #10252C. Grayscale: #DFDFDF. Windows color (decimal): -1058093 or 13884143. OLE color: 13884143.
HSL color Cylindrical-coordinate representation of color #EFDAD3: hue angle of 15º 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 #EFDAD3 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 211 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.06 |
| HSL | 15º | 0.47% | 0.88% | - |
| HSV(B) | 15º | 0.12% | 0.94% | - |
| XYZ | 72.43 | 73.2 | 71.94 | - |
| YUV | 223.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 211 | 0 | 0.09 | 0.12 | 0.06 | 15 | 0.47 | 0.88 |
| Hex | EF | DA | D3 | 0 | 9 | C | 6 | F | 2F | 58 |
| Octal | 357 | 332 | 323 | 0 | 11 | 14 | 6 | 17 | 57 | 130 |
| Binary | 11101111 | 11011010 | 11010011 | 0 | 1001 | 1100 | 110 | 1111 | 101111 | 1011000 |
Color Harmonies of #EFDAD3
Complementary color
Monochromatic Colors of #EFDAD3
Black with #EFDAD3
Text Example
Text Example
White with #EFDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAD3; }
p { color: rgb(239,218,211); }
H1.HeaderClassName
{
color: #EFDAD3;
}
.AnyTagClassName
{
color: #EFDAD3;
}
</style>
background-color css
<style>
a { background-color: #EFDAD3; }
a { background-color: rgb(239,218,211); }
div.DivClassName
{
background-color: #EFDAD3;
}
.BgClassName
{
background-color: #EFDAD3;
}
</style>
border-color css
<style>
span { border-color: #EFDAD3; }
span { border-color: rgb(239,218,211); }
td.TdClassName
{
border-color: #EFDAD3;
}
.TagClassName
{
border-color: #EFDAD3;
}
</style>