Shades of Pot Pourri #ECDBD5
Tints of Pot Pourri #ECDBD5
RGB
CMYK
RGB Variations
Color information
#ECDBD5 (or 0xECDBD5) is known color: Pot Pourri. HEX triplet: EC, DB and D5. RGB value is (236,219,213). Sum of RGB (Red+Green+Blue) = 236+219+213=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBD5 is #13242A. Grayscale: #DFDFDF. Windows color (decimal): -1254443 or 14015468. OLE color: 14015468.
HSL color Cylindrical-coordinate representation of color #ECDBD5: hue angle of 15.65º 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 #ECDBD5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 213 | - |
CMYK | 0 | 0.07 | 0.10 | 0.07 |
HSL | 15.65º | 0.38% | 0.88% | - |
HSV(B) | 15.65º | 0.1% | 0.93% | - |
XYZ | 71.93 | 73.3 | 73.31 | - |
YUV | 223.4 | 122.13 | 136.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 213 | 0 | 0.07 | 0.10 | 0.07 | 15.65 | 0.38 | 0.88 |
Hex | EC | DB | D5 | 0 | 7 | A | 7 | 10 | 26 | 58 |
Octal | 354 | 333 | 325 | 0 | 7 | 12 | 7 | 20 | 46 | 130 |
Binary | 11101100 | 11011011 | 11010101 | 0 | 111 | 1010 | 111 | 10000 | 100110 | 1011000 |
Color Harmonies of #ECDBD5
Complementary color
Monochromatic Colors of #ECDBD5
Black with #ECDBD5
Text Example
Text Example
White with #ECDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBD5; }
p { color: rgb(236,219,213); }
H1.HeaderClassName
{
color: #ECDBD5;
}
.AnyTagClassName
{
color: #ECDBD5;
}
</style>
background-color css
<style>
a { background-color: #ECDBD5; }
a { background-color: rgb(236,219,213); }
div.DivClassName
{
background-color: #ECDBD5;
}
.BgClassName
{
background-color: #ECDBD5;
}
</style>
border-color css
<style>
span { border-color: #ECDBD5; }
span { border-color: rgb(236,219,213); }
td.TdClassName
{
border-color: #ECDBD5;
}
.TagClassName
{
border-color: #ECDBD5;
}
</style>