#EBEDE7

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

Shades of Saltpan #EBEDE7

Tints of Saltpan #EBEDE7

Color information

#EBEDE7 (or 0xEBEDE7) is unknown color: approx Saltpan. HEX triplet: EB, ED and E7. RGB value is (235,237,231). Sum of RGB (Red+Green+Blue) = 235+237+231=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDE7 is #141218. Grayscale: #EBEBEB. Windows color (decimal): -1315353 or 15199723. OLE color: 15199723.

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

Color convert

RGB235237231-
CMYK0.0100.030.07
HSL80º14.29%91.76%-
HSV(B)80º2.53%92.94%-
XYZ78.978487.65-
YUV235.72125.34127.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.43%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 231 (90.62% from 255) = 32.86%
R=33.43%
G=33.71%
B=32.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372310.0100.030.078014.2991.76
HexEBEDE7103750e5c
Octal353355347103712016134
Binary1110101111101101111001111011111101000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDE7; }

 p { color: rgb(235,237,231); }

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

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

 a { background-color: rgb(235,237,231); }

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

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

 span { border-color: rgb(235,237,231); }

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