#EBE2EA

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

Shades of Snuff #EBE2EA

Tints of Snuff #EBE2EA

Color information

#EBE2EA (or 0xEBE2EA) is unknown color: approx Snuff. HEX triplet: EB, E2 and EA. RGB value is (235,226,234). Sum of RGB (Red+Green+Blue) = 235+226+234=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2EA is #141D15. Grayscale: #E5E5E5. Windows color (decimal): -1318166 or 15393515. OLE color: 15393515.

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

Color convert

RGB235226234-
CMYK00.040.000.08
HSL306.67º18.37%90.39%-
HSV(B)306.67º3.83%92.16%-
XYZ76.317888.87-
YUV229.6130.48131.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 226 (88.67% from 255) = 32.52%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=33.81%
G=32.52%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522623400.040.000.08306.6718.3790.39
HexEBE2EA0408133125a
Octal3533423520401046322132
Binary111010111110001011101010010001000100110011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2EA; }

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

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

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

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

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

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

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

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