Shades of Pot Pourri #ECDBD2
Tints of Pot Pourri #ECDBD2
RGB
CMYK
RGB Variations
Color information
#ECDBD2 (or 0xECDBD2) is known color: Pot Pourri. HEX triplet: EC, DB and D2. RGB value is (236,219,210). Sum of RGB (Red+Green+Blue) = 236+219+210=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBD2 is #13242D. Grayscale: #DFDFDF. Windows color (decimal): -1254446 or 13818860. OLE color: 13818860.
HSL color Cylindrical-coordinate representation of color #ECDBD2: hue angle of 20.77º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECDBD2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 210 | - |
CMYK | 0 | 0.07 | 0.11 | 0.07 |
HSL | 20.77º | 0.41% | 0.87% | - |
HSV(B) | 20.77º | 0.11% | 0.93% | - |
XYZ | 71.56 | 73.15 | 71.32 | - |
YUV | 223.06 | 120.63 | 137.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 210 | 0 | 0.07 | 0.11 | 0.07 | 20.77 | 0.41 | 0.87 |
Hex | EC | DB | D2 | 0 | 7 | B | 7 | 15 | 29 | 57 |
Octal | 354 | 333 | 322 | 0 | 7 | 13 | 7 | 25 | 51 | 127 |
Binary | 11101100 | 11011011 | 11010010 | 0 | 111 | 1011 | 111 | 10101 | 101001 | 1010111 |
Color Harmonies of #ECDBD2
Complementary color
Monochromatic Colors of #ECDBD2
Black with #ECDBD2
Text Example
Text Example
White with #ECDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBD2; }
p { color: rgb(236,219,210); }
H1.HeaderClassName
{
color: #ECDBD2;
}
.AnyTagClassName
{
color: #ECDBD2;
}
</style>
background-color css
<style>
a { background-color: #ECDBD2; }
a { background-color: rgb(236,219,210); }
div.DivClassName
{
background-color: #ECDBD2;
}
.BgClassName
{
background-color: #ECDBD2;
}
</style>
border-color css
<style>
span { border-color: #ECDBD2; }
span { border-color: rgb(236,219,210); }
td.TdClassName
{
border-color: #ECDBD2;
}
.TagClassName
{
border-color: #ECDBD2;
}
</style>