#EDE4D9

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

Shades of Pampas #EDE4D9

Tints of Pampas #EDE4D9

Color information

#EDE4D9 (or 0xEDE4D9) is unknown color: approx Pampas. HEX triplet: ED, E4 and D9. RGB value is (237,228,217). Sum of RGB (Red+Green+Blue) = 237+228+217=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4D9 is #121B26. Grayscale: #E5E5E5. Windows color (decimal): -1186599 or 14279917. OLE color: 14279917.

HSL color Cylindrical-coordinate representation of color #EDE4D9: hue angle of 33º degrees, saturation: 0.36, 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 #EDE4D9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237228217-
CMYK00.040.080.07
HSL33º35.71%89.02%-
HSV(B)33º8.44%92.94%-
XYZ75.1978.576.83-
YUV229.44120.98133.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 228 (89.45% from 255) = 33.43%
BLUE value IS 217 (85.16% from 255) = 31.82%
R=34.75%
G=33.43%
B=31.82%

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
Decimal23722821700.040.080.073335.7189.02
HexEDE4D90487212459
Octal355344331041074144131
Binary111011011110010011011001010010001111000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4D9; }

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

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

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

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

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

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

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

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