Shades of Pot Pourri #ECDDD4
Tints of Pot Pourri #ECDDD4
RGB
CMYK
RGB Variations
Color information
#ECDDD4 (or 0xECDDD4) is known color: Pot Pourri. HEX triplet: EC, DD and D4. RGB value is (236,221,212). Sum of RGB (Red+Green+Blue) = 236+221+212=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD4 is #13222B. Grayscale: #E0E0E0. Windows color (decimal): -1253932 or 13950444. OLE color: 13950444.
HSL color Cylindrical-coordinate representation of color #ECDDD4: hue angle of 22.5º degrees, saturation: 0.39, 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 #ECDDD4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 212 | - |
CMYK | 0 | 0.06 | 0.10 | 0.07 |
HSL | 22.5º | 0.39% | 0.88% | - |
HSV(B) | 22.5º | 0.1% | 0.93% | - |
XYZ | 72.33 | 74.3 | 72.82 | - |
YUV | 224.46 | 120.97 | 136.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 212 | 0 | 0.06 | 0.10 | 0.07 | 22.5 | 0.39 | 0.88 |
Hex | EC | DD | D4 | 0 | 6 | A | 7 | 16 | 27 | 58 |
Octal | 354 | 335 | 324 | 0 | 6 | 12 | 7 | 26 | 47 | 130 |
Binary | 11101100 | 11011101 | 11010100 | 0 | 110 | 1010 | 111 | 10110 | 100111 | 1011000 |
Color Harmonies of #ECDDD4
Complementary color
Monochromatic Colors of #ECDDD4
Black with #ECDDD4
Text Example
Text Example
White with #ECDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDD4; }
p { color: rgb(236,221,212); }
H1.HeaderClassName
{
color: #ECDDD4;
}
.AnyTagClassName
{
color: #ECDDD4;
}
</style>
background-color css
<style>
a { background-color: #ECDDD4; }
a { background-color: rgb(236,221,212); }
div.DivClassName
{
background-color: #ECDDD4;
}
.BgClassName
{
background-color: #ECDDD4;
}
</style>
border-color css
<style>
span { border-color: #ECDDD4; }
span { border-color: rgb(236,221,212); }
td.TdClassName
{
border-color: #ECDDD4;
}
.TagClassName
{
border-color: #ECDDD4;
}
</style>