#EBE0E8

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

Shades of Snuff #EBE0E8

Tints of Snuff #EBE0E8

Color information

#EBE0E8 (or 0xEBE0E8) is unknown color: approx Snuff. HEX triplet: EB, E0 and E8. RGB value is (235,224,232). Sum of RGB (Red+Green+Blue) = 235+224+232=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0E8 is #141F17. Grayscale: #E4E4E4. Windows color (decimal): -1318680 or 15261931. OLE color: 15261931.

HSL color Cylindrical-coordinate representation of color #EBE0E8: hue angle of 316.36º 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 #EBE0E8 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235224232-
CMYK00.050.010.08
HSL316.36º21.57%90%-
HSV(B)316.36º4.68%92.16%-
XYZ75.4876.887.19-
YUV228.2130.14132.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 224 (87.89% from 255) = 32.42%
BLUE value IS 232 (91.02% from 255) = 33.57%
R=34.01%
G=32.42%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522423200.050.010.08316.3621.5790
HexEBE0E8051813c165a
Octal3533403500511047426132
Binary111010111110000011101000010111000100111100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0E8; }

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

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

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

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

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

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

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

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