#EACCEB

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

Shades of Snuff #EACCEB

Tints of Snuff #EACCEB

Color information

#EACCEB (or 0xEACCEB) is unknown color: approx Snuff. HEX triplet: EA, CC and EB. RGB value is (234,204,235). Sum of RGB (Red+Green+Blue) = 234+204+235=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #EACCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCEB is #153314. Grayscale: #D8D8D8. Windows color (decimal): -1389333 or 15453418. OLE color: 15453418.

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

Color convert

RGB234204235-
CMYK0.000.1300.08
HSL298.06º43.66%86.08%-
HSV(B)298.06º13.19%92.16%-
XYZ70.5266.6887.75-
YUV216.5138.44140.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=34.77%
G=30.31%
B=34.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342042350.000.1300.08298.0643.6686.08
HexEACCEB0D0812a2c56
Octal35231435301501045254126
Binary11101010110011001110101101101010001001010101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCEB; }

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

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

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

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

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

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

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

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