Shades of Pot Pourri #ECDEDA
Tints of Pot Pourri #ECDEDA
RGB
CMYK
RGB Variations
Color information
#ECDEDA (or 0xECDEDA) is known color: Pot Pourri. HEX triplet: EC, DE and DA. RGB value is (236,222,218). Sum of RGB (Red+Green+Blue) = 236+222+218=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEDA is #132125. Grayscale: #E1E1E1. Windows color (decimal): -1253670 or 14343916. OLE color: 14343916.
HSL color Cylindrical-coordinate representation of color #ECDEDA: hue angle of 13.33º 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 #ECDEDA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 222 | 218 | - |
CMYK | 0 | 0.06 | 0.08 | 0.07 |
HSL | 13.33º | 0.32% | 0.89% | - |
HSV(B) | 13.33º | 0.08% | 0.93% | - |
XYZ | 73.37 | 75.14 | 76.97 | - |
YUV | 225.73 | 123.64 | 135.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 222 | 218 | 0 | 0.06 | 0.08 | 0.07 | 13.33 | 0.32 | 0.89 |
Hex | EC | DE | DA | 0 | 6 | 8 | 7 | D | 20 | 59 |
Octal | 354 | 336 | 332 | 0 | 6 | 10 | 7 | 15 | 40 | 131 |
Binary | 11101100 | 11011110 | 11011010 | 0 | 110 | 1000 | 111 | 1101 | 100000 | 1011001 |
Color Harmonies of #ECDEDA
Complementary color
Monochromatic Colors of #ECDEDA
Black with #ECDEDA
Text Example
Text Example
White with #ECDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEDA; }
p { color: rgb(236,222,218); }
H1.HeaderClassName
{
color: #ECDEDA;
}
.AnyTagClassName
{
color: #ECDEDA;
}
</style>
background-color css
<style>
a { background-color: #ECDEDA; }
a { background-color: rgb(236,222,218); }
div.DivClassName
{
background-color: #ECDEDA;
}
.BgClassName
{
background-color: #ECDEDA;
}
</style>
border-color css
<style>
span { border-color: #ECDEDA; }
span { border-color: rgb(236,222,218); }
td.TdClassName
{
border-color: #ECDEDA;
}
.TagClassName
{
border-color: #ECDEDA;
}
</style>