#ECDED7

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

Shades of Pot Pourri #ECDED7

Tints of Pot Pourri #ECDED7

Color information

#ECDED7 (or 0xECDED7) is unknown color: approx Pot Pourri. HEX triplet: EC, DE and D7. RGB value is (236,222,215). Sum of RGB (Red+Green+Blue) = 236+222+215=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDED7 is #132128. Grayscale: #E1E1E1. Windows color (decimal): -1253673 or 14147308. OLE color: 14147308.

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

Color convert

RGB236222215-
CMYK00.060.090.07
HSL20º35.59%88.43%-
HSV(B)20º8.9%92.55%-
XYZ72.9874.9874.92-
YUV225.39122.14135.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 222 (87.11% from 255) = 32.99%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=35.07%
G=32.99%
B=31.95%

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
Decimal23622221500.060.090.072035.5988.43
HexECDED70697142458
Octal354336327061172444130
Binary11101100110111101101011101101001111101001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDED7; }

 p { color: rgb(236,222,215); }

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

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

 a { background-color: rgb(236,222,215); }

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

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

 span { border-color: rgb(236,222,215); }

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