#ECE5DC

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

Shades of Pampas #ECE5DC

Tints of Pampas #ECE5DC

Color information

#ECE5DC (or 0xECE5DC) is unknown color: approx Pampas. HEX triplet: EC, E5 and DC. RGB value is (236,229,220). Sum of RGB (Red+Green+Blue) = 236+229+220=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5DC is #131A23. Grayscale: #E6E6E6. Windows color (decimal): -1251876 or 14476780. OLE color: 14476780.

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

Color convert

RGB236229220-
CMYK00.030.070.07
HSL33.75º29.63%89.41%-
HSV(B)33.75º6.78%92.55%-
XYZ75.5379.0478.99-
YUV230.07122.32132.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 229 (89.84% from 255) = 33.43%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=34.45%
G=33.43%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622922000.030.070.0733.7529.6389.41
HexECE5DC0377221e59
Octal35434533403774236131
Binary111011001110010111011100011111111100010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5DC; }

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

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

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

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

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

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

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

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