Shades of Pot Pourri #ECDCD5
Tints of Pot Pourri #ECDCD5
RGB
CMYK
RGB Variations
Color information
#ECDCD5 (or 0xECDCD5) is known color: Pot Pourri. HEX triplet: EC, DC and D5. RGB value is (236,220,213). Sum of RGB (Red+Green+Blue) = 236+220+213=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD5 is #13232A. Grayscale: #E0E0E0. Windows color (decimal): -1254187 or 14015724. OLE color: 14015724.
HSL color Cylindrical-coordinate representation of color #ECDCD5: hue angle of 18.26º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECDCD5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 213 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.07 |
| HSL | 18.26º | 0.38% | 0.88% | - |
| HSV(B) | 18.26º | 0.1% | 0.93% | - |
| XYZ | 72.2 | 73.82 | 73.4 | - |
| YUV | 223.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 213 | 0 | 0.07 | 0.10 | 0.07 | 18.26 | 0.38 | 0.88 |
| Hex | EC | DC | D5 | 0 | 7 | A | 7 | 12 | 26 | 58 |
| Octal | 354 | 334 | 325 | 0 | 7 | 12 | 7 | 22 | 46 | 130 |
| Binary | 11101100 | 11011100 | 11010101 | 0 | 111 | 1010 | 111 | 10010 | 100110 | 1011000 |
Color Harmonies of #ECDCD5
Complementary color
Monochromatic Colors of #ECDCD5
Black with #ECDCD5
Text Example
Text Example
White with #ECDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCD5; }
p { color: rgb(236,220,213); }
H1.HeaderClassName
{
color: #ECDCD5;
}
.AnyTagClassName
{
color: #ECDCD5;
}
</style>
background-color css
<style>
a { background-color: #ECDCD5; }
a { background-color: rgb(236,220,213); }
div.DivClassName
{
background-color: #ECDCD5;
}
.BgClassName
{
background-color: #ECDCD5;
}
</style>
border-color css
<style>
span { border-color: #ECDCD5; }
span { border-color: rgb(236,220,213); }
td.TdClassName
{
border-color: #ECDCD5;
}
.TagClassName
{
border-color: #ECDCD5;
}
</style>