#EABFEC

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

Shades of Snuff #EABFEC

Tints of Snuff #EABFEC

Color information

#EABFEC (or 0xEABFEC) is unknown color: approx Snuff. HEX triplet: EA, BF and EC. RGB value is (234,191,236). Sum of RGB (Red+Green+Blue) = 234+191+236=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #EABFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFEC is #154013. Grayscale: #D0D0D0. Windows color (decimal): -1392660 or 15515626. OLE color: 15515626.

HSL color Cylindrical-coordinate representation of color #EABFEC: hue angle of 297.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABFEC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234191236-
CMYK0.010.1900.07
HSL297.33º54.22%83.73%-
HSV(B)297.33º19.07%92.55%-
XYZ67.760.8187.53-
YUV208.99143.25145.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 191 (75% from 255) = 28.90%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=35.40%
G=28.90%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341912360.010.1900.07297.3354.2283.73
HexEABFEC113071293654
Octal3522773541230745166124
Binary11101010101111111110110011001101111001010011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFEC; }

 p { color: rgb(234,191,236); }

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

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

 a { background-color: rgb(234,191,236); }

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

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

 span { border-color: rgb(234,191,236); }

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