#ECDED6

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

Shades of Pot Pourri #ECDED6

Tints of Pot Pourri #ECDED6

Color information

#ECDED6 (or 0xECDED6) is unknown color: approx Pot Pourri. HEX triplet: EC, DE and D6. RGB value is (236,222,214). Sum of RGB (Red+Green+Blue) = 236+222+214=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDED6 is #132129. Grayscale: #E1E1E1. Windows color (decimal): -1253674 or 14081772. OLE color: 14081772.

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

Color convert

RGB236222214-
CMYK00.060.090.07
HSL21.82º36.67%88.24%-
HSV(B)21.82º9.32%92.55%-
XYZ72.8574.9374.24-
YUV225.27121.64135.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 214 (83.98% from 255) = 31.85%
R=35.12%
G=33.04%
B=31.85%

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
Decimal23622221400.060.090.0721.8236.6788.24
HexECDED60697162558
Octal354336326061172645130
Binary11101100110111101101011001101001111101101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDED6; }

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

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

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

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

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

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

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

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