#ECDCD5

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

Shades of Pot Pourri #ECDCD5

Tints of Pot Pourri #ECDCD5

Color information

#ECDCD5 (or 0xECDCD5) is unknown color: approx Pot Pourri. HEX triplet: EC, DC and D5. RGB value is (236,220,213). Sum of RGB (Red+Green+Blue) = 236+220+213=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD5 is #13232A. Grayscale: #E0E0E0. Windows color (decimal): -1254187 or 14015724. OLE color: 14015724.

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

Color convert

RGB236220213-
CMYK00.070.100.07
HSL18.26º37.7%88.04%-
HSV(B)18.26º9.75%92.55%-
XYZ72.273.8273.4-
YUV223.99121.8136.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=35.28%
G=32.88%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622021300.070.100.0718.2637.788.04
HexECDCD507A7122658
Octal354334325071272246130
Binary11101100110111001101010101111010111100101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCD5; }

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

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

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

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

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

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

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

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