Shades of Pot Pourri #ECDFD8
Tints of Pot Pourri #ECDFD8
RGB
CMYK
RGB Variations
Color information
#ECDFD8 (or 0xECDFD8) is known color: Pot Pourri. HEX triplet: EC, DF and D8. RGB value is (236,223,216). Sum of RGB (Red+Green+Blue) = 236+223+216=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD8 is #132027. Grayscale: #E2E2E2. Windows color (decimal): -1253416 or 14213100. OLE color: 14213100.
HSL color Cylindrical-coordinate representation of color #ECDFD8: hue angle of 21º 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 #ECDFD8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 216 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.07 |
| HSL | 21º | 0.34% | 0.89% | - |
| HSV(B) | 21º | 0.08% | 0.93% | - |
| XYZ | 73.37 | 75.57 | 75.68 | - |
| YUV | 226.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 216 | 0 | 0.06 | 0.08 | 0.07 | 21 | 0.34 | 0.89 |
| Hex | EC | DF | D8 | 0 | 6 | 8 | 7 | 15 | 22 | 59 |
| Octal | 354 | 337 | 330 | 0 | 6 | 10 | 7 | 25 | 42 | 131 |
| Binary | 11101100 | 11011111 | 11011000 | 0 | 110 | 1000 | 111 | 10101 | 100010 | 1011001 |
Color Harmonies of #ECDFD8
Complementary color
Monochromatic Colors of #ECDFD8
Black with #ECDFD8
Text Example
Text Example
White with #ECDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFD8; }
p { color: rgb(236,223,216); }
H1.HeaderClassName
{
color: #ECDFD8;
}
.AnyTagClassName
{
color: #ECDFD8;
}
</style>
background-color css
<style>
a { background-color: #ECDFD8; }
a { background-color: rgb(236,223,216); }
div.DivClassName
{
background-color: #ECDFD8;
}
.BgClassName
{
background-color: #ECDFD8;
}
</style>
border-color css
<style>
span { border-color: #ECDFD8; }
span { border-color: rgb(236,223,216); }
td.TdClassName
{
border-color: #ECDFD8;
}
.TagClassName
{
border-color: #ECDFD8;
}
</style>