#ECE1DC

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

Shades of Pot Pourri #ECE1DC

Tints of Pot Pourri #ECE1DC

Color information

#ECE1DC (or 0xECE1DC) is unknown color: approx Pot Pourri. HEX triplet: EC, E1 and DC. RGB value is (236,225,220). Sum of RGB (Red+Green+Blue) = 236+225+220=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1DC is #131E23. Grayscale: #E3E3E3. Windows color (decimal): -1252900 or 14475756. OLE color: 14475756.

HSL color Cylindrical-coordinate representation of color #ECE1DC: hue angle of 18.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE1DC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236225220-
CMYK00.050.070.07
HSL18.75º29.63%89.41%-
HSV(B)18.75º6.78%92.55%-
XYZ74.4476.8578.62-
YUV227.72123.64133.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=34.65%
G=33.04%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622522000.050.070.0718.7529.6389.41
HexECE1DC0577131e59
Octal35434133405772336131
Binary111011001110000111011100010111111110011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1DC; }

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

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

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

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

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

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

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

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