Shades of Pot Pourri #ECDDD6
Tints of Pot Pourri #ECDDD6
RGB
CMYK
RGB Variations
Color information
#ECDDD6 (or 0xECDDD6) is known color: Pot Pourri. HEX triplet: EC, DD and D6. RGB value is (236,221,214). Sum of RGB (Red+Green+Blue) = 236+221+214=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD6 is #132229. Grayscale: #E0E0E0. Windows color (decimal): -1253930 or 14081516. OLE color: 14081516.
HSL color Cylindrical-coordinate representation of color #ECDDD6: hue angle of 19.09º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECDDD6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 214 | - |
CMYK | 0 | 0.06 | 0.09 | 0.07 |
HSL | 19.09º | 0.37% | 0.88% | - |
HSV(B) | 19.09º | 0.09% | 0.93% | - |
XYZ | 72.59 | 74.4 | 74.15 | - |
YUV | 224.69 | 121.97 | 136.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 214 | 0 | 0.06 | 0.09 | 0.07 | 19.09 | 0.37 | 0.88 |
Hex | EC | DD | D6 | 0 | 6 | 9 | 7 | 13 | 25 | 58 |
Octal | 354 | 335 | 326 | 0 | 6 | 11 | 7 | 23 | 45 | 130 |
Binary | 11101100 | 11011101 | 11010110 | 0 | 110 | 1001 | 111 | 10011 | 100101 | 1011000 |
Color Harmonies of #ECDDD6
Complementary color
Monochromatic Colors of #ECDDD6
Black with #ECDDD6
Text Example
Text Example
White with #ECDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDD6; }
p { color: rgb(236,221,214); }
H1.HeaderClassName
{
color: #ECDDD6;
}
.AnyTagClassName
{
color: #ECDDD6;
}
</style>
background-color css
<style>
a { background-color: #ECDDD6; }
a { background-color: rgb(236,221,214); }
div.DivClassName
{
background-color: #ECDDD6;
}
.BgClassName
{
background-color: #ECDDD6;
}
</style>
border-color css
<style>
span { border-color: #ECDDD6; }
span { border-color: rgb(236,221,214); }
td.TdClassName
{
border-color: #ECDDD6;
}
.TagClassName
{
border-color: #ECDDD6;
}
</style>