#ECE0DC

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

Shades of Pot Pourri #ECE0DC

Tints of Pot Pourri #ECE0DC

Color information

#ECE0DC (or 0xECE0DC) is unknown color: approx Pot Pourri. HEX triplet: EC, E0 and DC. RGB value is (236,224,220). Sum of RGB (Red+Green+Blue) = 236+224+220=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0DC is #131F23. Grayscale: #E3E3E3. Windows color (decimal): -1253156 or 14475500. OLE color: 14475500.

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

Color convert

RGB236224220-
CMYK00.050.070.07
HSL15º29.63%89.41%-
HSV(B)15º6.78%92.55%-
XYZ74.1776.3178.53-
YUV227.13123.98134.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=34.71%
G=32.94%
B=32.35%

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
Decimal23622422000.050.070.071529.6389.41
HexECE0DC0577f1e59
Octal35434033405771736131
Binary11101100111000001101110001011111111111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0DC; }

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

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

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

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

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

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

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

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