#EABFEF

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

Shades of Snuff #EABFEF

Tints of Snuff #EABFEF

Color information

#EABFEF (or 0xEABFEF) is unknown color: approx Snuff. HEX triplet: EA, BF and EF. RGB value is (234,191,239). Sum of RGB (Red+Green+Blue) = 234+191+239=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #EABFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFEF is #154010. Grayscale: #D1D1D1. Windows color (decimal): -1392657 or 15712234. OLE color: 15712234.

HSL color Cylindrical-coordinate representation of color #EABFEF: hue angle of 293.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABFEF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234191239-
CMYK0.020.2000.06
HSL293.75º60%84.31%-
HSV(B)293.75º20.08%93.73%-
XYZ68.1460.9989.84-
YUV209.33144.75145.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 191 (75% from 255) = 28.77%
BLUE value IS 239 (93.75% from 255) = 35.99%
R=35.24%
G=28.77%
B=35.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341912390.020.2000.06293.756084.31
HexEABFEF214061263c54
Octal3522773572240644674124
Binary111010101011111111101111101010001101001001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFEF; }

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

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

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

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

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

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

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

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