Shades of Pot Pourri #ECDDD8
Tints of Pot Pourri #ECDDD8
RGB
CMYK
RGB Variations
Color information
#ECDDD8 (or 0xECDDD8) is known color: Pot Pourri. HEX triplet: EC, DD and D8. RGB value is (236,221,216). Sum of RGB (Red+Green+Blue) = 236+221+216=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD8 is #132227. Grayscale: #E0E0E0. Windows color (decimal): -1253928 or 14212588. OLE color: 14212588.
HSL color Cylindrical-coordinate representation of color #ECDDD8: hue angle of 15º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDDD8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 216 | - |
CMYK | 0 | 0.06 | 0.08 | 0.07 |
HSL | 15º | 0.34% | 0.89% | - |
HSV(B) | 15º | 0.08% | 0.93% | - |
XYZ | 72.84 | 74.5 | 75.51 | - |
YUV | 224.92 | 122.97 | 135.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 216 | 0 | 0.06 | 0.08 | 0.07 | 15 | 0.34 | 0.89 |
Hex | EC | DD | D8 | 0 | 6 | 8 | 7 | F | 22 | 59 |
Octal | 354 | 335 | 330 | 0 | 6 | 10 | 7 | 17 | 42 | 131 |
Binary | 11101100 | 11011101 | 11011000 | 0 | 110 | 1000 | 111 | 1111 | 100010 | 1011001 |
Color Harmonies of #ECDDD8
Complementary color
Monochromatic Colors of #ECDDD8
Black with #ECDDD8
Text Example
Text Example
White with #ECDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDD8; }
p { color: rgb(236,221,216); }
H1.HeaderClassName
{
color: #ECDDD8;
}
.AnyTagClassName
{
color: #ECDDD8;
}
</style>
background-color css
<style>
a { background-color: #ECDDD8; }
a { background-color: rgb(236,221,216); }
div.DivClassName
{
background-color: #ECDDD8;
}
.BgClassName
{
background-color: #ECDDD8;
}
</style>
border-color css
<style>
span { border-color: #ECDDD8; }
span { border-color: rgb(236,221,216); }
td.TdClassName
{
border-color: #ECDDD8;
}
.TagClassName
{
border-color: #ECDDD8;
}
</style>