Shades of Pot Pourri #ECDDD5
Tints of Pot Pourri #ECDDD5
RGB
CMYK
RGB Variations
Color information
#ECDDD5 (or 0xECDDD5) is known color: Pot Pourri. HEX triplet: EC, DD and D5. RGB value is (236,221,213). Sum of RGB (Red+Green+Blue) = 236+221+213=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD5 is #13222A. Grayscale: #E0E0E0. Windows color (decimal): -1253931 or 14015980. OLE color: 14015980.
HSL color Cylindrical-coordinate representation of color #ECDDD5: hue angle of 20.87º 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 #ECDDD5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 213 | - |
CMYK | 0 | 0.06 | 0.10 | 0.07 |
HSL | 20.87º | 0.38% | 0.88% | - |
HSV(B) | 20.87º | 0.1% | 0.93% | - |
XYZ | 72.46 | 74.35 | 73.48 | - |
YUV | 224.57 | 121.47 | 136.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 213 | 0 | 0.06 | 0.10 | 0.07 | 20.87 | 0.38 | 0.88 |
Hex | EC | DD | D5 | 0 | 6 | A | 7 | 15 | 26 | 58 |
Octal | 354 | 335 | 325 | 0 | 6 | 12 | 7 | 25 | 46 | 130 |
Binary | 11101100 | 11011101 | 11010101 | 0 | 110 | 1010 | 111 | 10101 | 100110 | 1011000 |
Color Harmonies of #ECDDD5
Complementary color
Monochromatic Colors of #ECDDD5
Black with #ECDDD5
Text Example
Text Example
White with #ECDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDD5; }
p { color: rgb(236,221,213); }
H1.HeaderClassName
{
color: #ECDDD5;
}
.AnyTagClassName
{
color: #ECDDD5;
}
</style>
background-color css
<style>
a { background-color: #ECDDD5; }
a { background-color: rgb(236,221,213); }
div.DivClassName
{
background-color: #ECDDD5;
}
.BgClassName
{
background-color: #ECDDD5;
}
</style>
border-color css
<style>
span { border-color: #ECDDD5; }
span { border-color: rgb(236,221,213); }
td.TdClassName
{
border-color: #ECDDD5;
}
.TagClassName
{
border-color: #ECDDD5;
}
</style>