#ECDDD6

Color #ECDDD6 Pot Pourri (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pot Pourri #ECDDD6

Tints of Pot Pourri #ECDDD6

Color information

#ECDDD6 (or 0xECDDD6) is unknown color: approx Pot Pourri. HEX triplet: EC, DD and D6. RGB value is (236,221,214). Sum of RGB (Red+Green+Blue) = 236+221+214=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD6 is #132229. Grayscale: #E0E0E0. Windows color (decimal): -1253930 or 14081516. OLE color: 14081516.

HSL color Cylindrical-coordinate representation of color #ECDDD6: hue angle of 19.09º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECDDD6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236221214-
CMYK00.060.090.07
HSL19.09º36.67%88.24%-
HSV(B)19.09º9.32%92.55%-
XYZ72.5974.474.15-
YUV224.69121.97136.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=35.17%
G=32.94%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622121400.060.090.0719.0936.6788.24
HexECDDD60697132558
Octal354335326061172345130
Binary11101100110111011101011001101001111100111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDD6; }

 p { color: rgb(236,221,214); }

 H1.HeaderClassName
 {
   color: #ECDDD6;
 }
 .AnyTagClassName
 {
   color: #ECDDD6;
 }
</style>
background-color css

<style>
 a { background-color: #ECDDD6; }

 a { background-color: rgb(236,221,214); }

 div.DivClassName
 {
   background-color: #ECDDD6;
 }
 .BgClassName
 {
   background-color: #ECDDD6;
 }
</style>
border-color css

<style>
 span { border-color: #ECDDD6; }

 span { border-color: rgb(236,221,214); }

 td.TdClassName
 {
   border-color: #ECDDD6;
 }
 .TagClassName
 {
   border-color: #ECDDD6;
 }
</style>