#EBE0EA

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

Shades of Snuff #EBE0EA

Tints of Snuff #EBE0EA

Color information

#EBE0EA (or 0xEBE0EA) is unknown color: approx Snuff. HEX triplet: EB, E0 and EA. RGB value is (235,224,234). Sum of RGB (Red+Green+Blue) = 235+224+234=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0EA is #141F15. Grayscale: #E4E4E4. Windows color (decimal): -1318678 or 15393003. OLE color: 15393003.

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

Color convert

RGB235224234-
CMYK00.050.000.08
HSL305.45º21.57%90%-
HSV(B)305.45º4.68%92.16%-
XYZ75.7776.9188.69-
YUV228.43131.14132.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 224 (87.89% from 255) = 32.32%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=33.91%
G=32.32%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522423400.050.000.08305.4521.5790
HexEBE0EA0508131165a
Octal3533403520501046126132
Binary111010111110000011101010010101000100110001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0EA; }

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

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

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

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

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

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

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

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