Shades of Pot Pourri #ECDFDA
Tints of Pot Pourri #ECDFDA
RGB
CMYK
RGB Variations
Color information
#ECDFDA (or 0xECDFDA) is known color: Pot Pourri. HEX triplet: EC, DF and DA. RGB value is (236,223,218). Sum of RGB (Red+Green+Blue) = 236+223+218=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFDA is #132025. Grayscale: #E2E2E2. Windows color (decimal): -1253414 or 14344172. OLE color: 14344172.
HSL color Cylindrical-coordinate representation of color #ECDFDA: hue angle of 16.67º degrees, saturation: 0.32, 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 #ECDFDA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 223 | 218 | - |
CMYK | 0 | 0.06 | 0.08 | 0.07 |
HSL | 16.67º | 0.32% | 0.89% | - |
HSV(B) | 16.67º | 0.08% | 0.93% | - |
XYZ | 73.63 | 75.67 | 77.05 | - |
YUV | 226.32 | 123.31 | 134.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 223 | 218 | 0 | 0.06 | 0.08 | 0.07 | 16.67 | 0.32 | 0.89 |
Hex | EC | DF | DA | 0 | 6 | 8 | 7 | 11 | 20 | 59 |
Octal | 354 | 337 | 332 | 0 | 6 | 10 | 7 | 21 | 40 | 131 |
Binary | 11101100 | 11011111 | 11011010 | 0 | 110 | 1000 | 111 | 10001 | 100000 | 1011001 |
Color Harmonies of #ECDFDA
Complementary color
Monochromatic Colors of #ECDFDA
Black with #ECDFDA
Text Example
Text Example
White with #ECDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFDA; }
p { color: rgb(236,223,218); }
H1.HeaderClassName
{
color: #ECDFDA;
}
.AnyTagClassName
{
color: #ECDFDA;
}
</style>
background-color css
<style>
a { background-color: #ECDFDA; }
a { background-color: rgb(236,223,218); }
div.DivClassName
{
background-color: #ECDFDA;
}
.BgClassName
{
background-color: #ECDFDA;
}
</style>
border-color css
<style>
span { border-color: #ECDFDA; }
span { border-color: rgb(236,223,218); }
td.TdClassName
{
border-color: #ECDFDA;
}
.TagClassName
{
border-color: #ECDFDA;
}
</style>