Shades of Pot Pourri #ECDCD4
Tints of Pot Pourri #ECDCD4
RGB
CMYK
RGB Variations
Color information
#ECDCD4 (or 0xECDCD4) is known color: Pot Pourri. HEX triplet: EC, DC and D4. RGB value is (236,220,212). Sum of RGB (Red+Green+Blue) = 236+220+212=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD4 is #13232B. Grayscale: #DFDFDF. Windows color (decimal): -1254188 or 13950188. OLE color: 13950188.
HSL color Cylindrical-coordinate representation of color #ECDCD4: hue angle of 20º degrees, saturation: 0.39, 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 #ECDCD4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 212 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.07 |
| HSL | 20º | 0.39% | 0.88% | - |
| HSV(B) | 20º | 0.1% | 0.93% | - |
| XYZ | 72.07 | 73.77 | 72.73 | - |
| YUV | 223.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 212 | 0 | 0.07 | 0.10 | 0.07 | 20 | 0.39 | 0.88 |
| Hex | EC | DC | D4 | 0 | 7 | A | 7 | 14 | 27 | 58 |
| Octal | 354 | 334 | 324 | 0 | 7 | 12 | 7 | 24 | 47 | 130 |
| Binary | 11101100 | 11011100 | 11010100 | 0 | 111 | 1010 | 111 | 10100 | 100111 | 1011000 |
Color Harmonies of #ECDCD4
Complementary color
Monochromatic Colors of #ECDCD4
Black with #ECDCD4
Text Example
Text Example
White with #ECDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCD4; }
p { color: rgb(236,220,212); }
H1.HeaderClassName
{
color: #ECDCD4;
}
.AnyTagClassName
{
color: #ECDCD4;
}
</style>
background-color css
<style>
a { background-color: #ECDCD4; }
a { background-color: rgb(236,220,212); }
div.DivClassName
{
background-color: #ECDCD4;
}
.BgClassName
{
background-color: #ECDCD4;
}
</style>
border-color css
<style>
span { border-color: #ECDCD4; }
span { border-color: rgb(236,220,212); }
td.TdClassName
{
border-color: #ECDCD4;
}
.TagClassName
{
border-color: #ECDCD4;
}
</style>