Shades of Pot Pourri #ECE1DD
Tints of Pot Pourri #ECE1DD
RGB
CMYK
RGB Variations
Color information
#ECE1DD (or 0xECE1DD) is known color: Pot Pourri. HEX triplet: EC, E1 and DD. RGB value is (236,225,221). Sum of RGB (Red+Green+Blue) = 236+225+221=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1DD is #131E22. Grayscale: #E3E3E3. Windows color (decimal): -1252899 or 14541292. OLE color: 14541292.
HSL color Cylindrical-coordinate representation of color #ECE1DD: hue angle of 16º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE1DD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 221 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.07 |
| HSL | 16º | 0.28% | 0.9% | - |
| HSV(B) | 16º | 0.06% | 0.93% | - |
| XYZ | 74.57 | 76.9 | 79.32 | - |
| YUV | 227.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 221 | 0 | 0.05 | 0.06 | 0.07 | 16 | 0.28 | 0.9 |
| Hex | EC | E1 | DD | 0 | 5 | 6 | 7 | 10 | 1C | 5A |
| Octal | 354 | 341 | 335 | 0 | 5 | 6 | 7 | 20 | 34 | 132 |
| Binary | 11101100 | 11100001 | 11011101 | 0 | 101 | 110 | 111 | 10000 | 11100 | 1011010 |
Color Harmonies of #ECE1DD
Complementary color
Monochromatic Colors of #ECE1DD
Black with #ECE1DD
Text Example
Text Example
White with #ECE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1DD; }
p { color: rgb(236,225,221); }
H1.HeaderClassName
{
color: #ECE1DD;
}
.AnyTagClassName
{
color: #ECE1DD;
}
</style>
background-color css
<style>
a { background-color: #ECE1DD; }
a { background-color: rgb(236,225,221); }
div.DivClassName
{
background-color: #ECE1DD;
}
.BgClassName
{
background-color: #ECE1DD;
}
</style>
border-color css
<style>
span { border-color: #ECE1DD; }
span { border-color: rgb(236,225,221); }
td.TdClassName
{
border-color: #ECE1DD;
}
.TagClassName
{
border-color: #ECE1DD;
}
</style>