#EBE3E9

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

Shades of Snuff #EBE3E9

Tints of Snuff #EBE3E9

Color information

#EBE3E9 (or 0xEBE3E9) is unknown color: approx Snuff. HEX triplet: EB, E3 and E9. RGB value is (235,227,233). Sum of RGB (Red+Green+Blue) = 235+227+233=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3E9 is #141C16. Grayscale: #E6E6E6. Windows color (decimal): -1317911 or 15328235. OLE color: 15328235.

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

Color convert

RGB235227233-
CMYK00.030.010.08
HSL315º16.67%90.59%-
HSV(B)315º3.4%92.16%-
XYZ76.4478.4888.21-
YUV230.08129.65131.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 227 (89.06% from 255) = 32.66%
BLUE value IS 233 (91.41% from 255) = 33.53%
R=33.81%
G=32.66%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522723300.030.010.0831516.6790.59
HexEBE3E9031813b115b
Octal3533433510311047321133
Binary11101011111000111110100101111000100111011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3E9; }

 p { color: rgb(235,227,233); }

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

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

 a { background-color: rgb(235,227,233); }

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

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

 span { border-color: rgb(235,227,233); }

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