#EBE4DB

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

Shades of Pampas #EBE4DB

Tints of Pampas #EBE4DB

Color information

#EBE4DB (or 0xEBE4DB) is unknown color: approx Pampas. HEX triplet: EB, E4 and DB. RGB value is (235,228,219). Sum of RGB (Red+Green+Blue) = 235+228+219=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4DB is #141B24. Grayscale: #E5E5E5. Windows color (decimal): -1317669 or 14410987. OLE color: 14410987.

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

Color convert

RGB235228219-
CMYK00.030.070.08
HSL33.75º28.57%89.02%-
HSV(B)33.75º6.81%92.16%-
XYZ74.7978.2678.18-
YUV229.07122.32132.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 228 (89.45% from 255) = 33.43%
BLUE value IS 219 (85.94% from 255) = 32.11%
R=34.46%
G=33.43%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522821900.030.070.0833.7528.5789.02
HexEBE4DB0378221d59
Octal353344333037104235131
Binary1110101111100100110110110111111000100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4DB; }

 p { color: rgb(235,228,219); }

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

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

 a { background-color: rgb(235,228,219); }

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

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

 span { border-color: rgb(235,228,219); }

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