Shades of Pot Pourri #E8DCD6
Tints of Pot Pourri #E8DCD6
RGB
CMYK
RGB Variations
Color information
#E8DCD6 (or 0xE8DCD6) is known color: Pot Pourri. HEX triplet: E8, DC and D6. RGB value is (232,220,214). Sum of RGB (Red+Green+Blue) = 232+220+214=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCD6 is #172329. Grayscale: #DEDEDE. Windows color (decimal): -1516330 or 14081256. OLE color: 14081256.
HSL color Cylindrical-coordinate representation of color #E8DCD6: hue angle of 20º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8DCD6 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 214 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.09 |
| HSL | 20º | 0.28% | 0.87% | - |
| HSV(B) | 20º | 0.08% | 0.91% | - |
| XYZ | 71.01 | 73.2 | 74 | - |
| YUV | 222.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 214 | 0 | 0.05 | 0.08 | 0.09 | 20 | 0.28 | 0.87 |
| Hex | E8 | DC | D6 | 0 | 5 | 8 | 9 | 14 | 1C | 57 |
| Octal | 350 | 334 | 326 | 0 | 5 | 10 | 11 | 24 | 34 | 127 |
| Binary | 11101000 | 11011100 | 11010110 | 0 | 101 | 1000 | 1001 | 10100 | 11100 | 1010111 |
Color Harmonies of #E8DCD6
Complementary color
Monochromatic Colors of #E8DCD6
Black with #E8DCD6
Text Example
Text Example
White with #E8DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCD6; }
p { color: rgb(232,220,214); }
H1.HeaderClassName
{
color: #E8DCD6;
}
.AnyTagClassName
{
color: #E8DCD6;
}
</style>
background-color css
<style>
a { background-color: #E8DCD6; }
a { background-color: rgb(232,220,214); }
div.DivClassName
{
background-color: #E8DCD6;
}
.BgClassName
{
background-color: #E8DCD6;
}
</style>
border-color css
<style>
span { border-color: #E8DCD6; }
span { border-color: rgb(232,220,214); }
td.TdClassName
{
border-color: #E8DCD6;
}
.TagClassName
{
border-color: #E8DCD6;
}
</style>