#EDE4DA

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

Shades of Pampas #EDE4DA

Tints of Pampas #EDE4DA

Color information

#EDE4DA (or 0xEDE4DA) is unknown color: approx Pampas. HEX triplet: ED, E4 and DA. RGB value is (237,228,218). Sum of RGB (Red+Green+Blue) = 237+228+218=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4DA is #121B25. Grayscale: #E5E5E5. Windows color (decimal): -1186598 or 14345453. OLE color: 14345453.

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

Color convert

RGB237228218-
CMYK00.040.080.07
HSL31.58º34.55%89.22%-
HSV(B)31.58º8.02%92.94%-
XYZ75.3278.5577.52-
YUV229.55121.48133.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 228 (89.45% from 255) = 33.38%
BLUE value IS 218 (85.55% from 255) = 31.92%
R=34.70%
G=33.38%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722821800.040.080.0731.5834.5589.22
HexEDE4DA0487202359
Octal355344332041074043131
Binary111011011110010011011010010010001111000001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4DA; }

 p { color: rgb(237,228,218); }

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

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

 a { background-color: rgb(237,228,218); }

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

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

 span { border-color: rgb(237,228,218); }

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