#EACBEB

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

Shades of Snuff #EACBEB

Tints of Snuff #EACBEB

Color information

#EACBEB (or 0xEACBEB) is unknown color: approx Snuff. HEX triplet: EA, CB and EB. RGB value is (234,203,235). Sum of RGB (Red+Green+Blue) = 234+203+235=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #EACBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBEB is #153414. Grayscale: #D7D7D7. Windows color (decimal): -1389589 or 15453162. OLE color: 15453162.

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

Color convert

RGB234203235-
CMYK0.000.1400.08
HSL298.12º44.44%85.88%-
HSV(B)298.12º13.62%92.16%-
XYZ70.2866.287.67-
YUV215.92138.77140.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 203 (79.69% from 255) = 30.21%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=34.82%
G=30.21%
B=34.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342032350.000.1400.08298.1244.4485.88
HexEACBEB0E0812a2c56
Octal35231335301601045254126
Binary11101010110010111110101101110010001001010101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBEB; }

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

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

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

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

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

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

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

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