#EBE5DD

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

Shades of Pampas #EBE5DD

Tints of Pampas #EBE5DD

Color information

#EBE5DD (or 0xEBE5DD) is unknown color: approx Pampas. HEX triplet: EB, E5 and DD. RGB value is (235,229,221). Sum of RGB (Red+Green+Blue) = 235+229+221=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5DD is #141A22. Grayscale: #E5E5E5. Windows color (decimal): -1317411 or 14542315. OLE color: 14542315.

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

Color convert

RGB235229221-
CMYK00.030.060.08
HSL34.29º25.93%89.41%-
HSV(B)34.29º5.96%92.16%-
XYZ75.3378.9279.67-
YUV229.88122.99131.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 229 (89.84% from 255) = 33.43%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=34.31%
G=33.43%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522922100.030.060.0834.2925.9389.41
HexEBE5DD0368221a59
Octal353345335036104232131
Binary1110101111100101110111010111101000100010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5DD; }

 p { color: rgb(235,229,221); }

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

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

 a { background-color: rgb(235,229,221); }

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

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

 span { border-color: rgb(235,229,221); }

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