#EBCAEB

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

Shades of Snuff #EBCAEB

Tints of Snuff #EBCAEB

Color information

#EBCAEB (or 0xEBCAEB) is unknown color: approx Snuff. HEX triplet: EB, CA and EB. RGB value is (235,202,235). Sum of RGB (Red+Green+Blue) = 235+202+235=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBCAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAEB is #143514. Grayscale: #D7D7D7. Windows color (decimal): -1324309 or 15452907. OLE color: 15452907.

HSL color Cylindrical-coordinate representation of color #EBCAEB: hue angle of 300º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCAEB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235202235-
CMYK00.1400.08
HSL300º45.21%85.69%-
HSV(B)300º14.04%92.16%-
XYZ70.3865.987.61-
YUV215.63138.93141.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=34.97%
G=30.06%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520223500.1400.0830045.2185.69
HexEBCAEB0E0812c2d56
Octal35331235301601045455126
Binary11101011110010101110101101110010001001011001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAEB; }

 p { color: rgb(235,202,235); }

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

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

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

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

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

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

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