#ECDCD6

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

Shades of Pot Pourri #ECDCD6

Tints of Pot Pourri #ECDCD6

Color information

#ECDCD6 (or 0xECDCD6) is unknown color: approx Pot Pourri. HEX triplet: EC, DC and D6. RGB value is (236,220,214). Sum of RGB (Red+Green+Blue) = 236+220+214=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD6 is #132329. Grayscale: #E0E0E0. Windows color (decimal): -1254186 or 14081260. OLE color: 14081260.

HSL color Cylindrical-coordinate representation of color #ECDCD6: hue angle of 16.36º 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 #ECDCD6 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236220214-
CMYK00.070.090.07
HSL16.36º36.67%88.24%-
HSV(B)16.36º9.32%92.55%-
XYZ72.3273.8774.07-
YUV224.1122.3136.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=35.22%
G=32.84%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622021400.070.090.0716.3636.6788.24
HexECDCD60797102558
Octal354334326071172045130
Binary11101100110111001101011001111001111100001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCD6; }

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

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

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

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

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

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

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

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