#EBE4EA

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

Shades of Snuff #EBE4EA

Tints of Snuff #EBE4EA

Color information

#EBE4EA (or 0xEBE4EA) is unknown color: approx Snuff. HEX triplet: EB, E4 and EA. RGB value is (235,228,234). Sum of RGB (Red+Green+Blue) = 235+228+234=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 228 (89.45% from 255 or 32.71% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4EA is #141B15. Grayscale: #E6E6E6. Windows color (decimal): -1317654 or 15394027. OLE color: 15394027.

HSL color Cylindrical-coordinate representation of color #EBE4EA: hue angle of 308.57º degrees, saturation: 0.15, 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 #EBE4EA is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235228234-
CMYK00.030.000.08
HSL308.57º14.89%90.78%-
HSV(B)308.57º2.98%92.16%-
XYZ76.8679.0989.06-
YUV230.78129.82131.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 228 (89.45% from 255) = 32.71%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=33.72%
G=32.71%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522823400.030.000.08308.5714.8990.78
HexEBE4EA0308135f5b
Octal3533443520301046517133
Binary1110101111100100111010100110100010011010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4EA; }

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

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

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

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

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

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

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

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