Html Css Color HEX #EDE4D9 Pampas

📋 copy color: '#EDE4D9'

red 237 ◦ green 228 ◦ blue 217

#EDE4D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pampas #EDE4D9

Tints of Pampas #EDE4D9

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 value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDE4D9 (or 0xEDE4D9) is known color: 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

RGB 237 228 217 -
CMYK 0 0.04 0.08 0.07
HSL 33º 0.36% 0.89% -
HSV(B) 33º 0.08% 0.93% -
XYZ 75.19 78.5 76.83 -
YUV 229.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 237 228 217 0 0.04 0.08 0.07 33 0.36 0.89
Hex ED E4 D9 0 4 8 7 21 24 59
Octal 355 344 331 0 4 10 7 41 44 131
Binary 11101101 11100100 11011001 0 100 1000 111 100001 100100 1011001

Color Harmonies of #EDE4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4D9

Black with #EDE4D9

Text Example


Text Example

White with #EDE4D9

Text Example


Text Example

HTML Codes & Css Web 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>