#EBE7EA

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

Shades of Snuff #EBE7EA

Tints of Snuff #EBE7EA

Color information

#EBE7EA (or 0xEBE7EA) is unknown color: approx Snuff. HEX triplet: EB, E7 and EA. RGB value is (235,231,234). Sum of RGB (Red+Green+Blue) = 235+231+234=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE7EA is #141815. Grayscale: #E8E8E8. Windows color (decimal): -1316886 or 15394795. OLE color: 15394795.

HSL color Cylindrical-coordinate representation of color #EBE7EA: hue angle of 315º degrees, saturation: 0.09, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBE7EA is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235231234-
CMYK00.020.000.08
HSL315º9.09%91.37%-
HSV(B)315º1.7%92.16%-
XYZ77.6980.7589.33-
YUV232.54128.83129.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 231 (90.62% from 255) = 33%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=33.57%
G=33%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523123400.020.000.083159.0991.37
HexEBE7EA020813b95b
Octal3533473520201047311133
Binary1110101111100111111010100100100010011101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7EA; }

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

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

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

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

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

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

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

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