#EABFED

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

Shades of Snuff #EABFED

Tints of Snuff #EABFED

Color information

#EABFED (or 0xEABFED) is unknown color: approx Snuff. HEX triplet: EA, BF and ED. RGB value is (234,191,237). Sum of RGB (Red+Green+Blue) = 234+191+237=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #EABFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFED is #154012. Grayscale: #D0D0D0. Windows color (decimal): -1392659 or 15581162. OLE color: 15581162.

HSL color Cylindrical-coordinate representation of color #EABFED: hue angle of 296.09º degrees, saturation: 0.56, 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 #EABFED is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234191237-
CMYK0.010.1900.07
HSL296.09º56.1%83.92%-
HSV(B)296.09º19.41%92.94%-
XYZ67.8560.8788.29-
YUV209.1143.75145.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=35.35%
G=28.85%
B=35.80%

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
Decimal2341912370.010.1900.07296.0956.183.92
HexEABFED113071283854
Octal3522773551230745070124
Binary11101010101111111110110111001101111001010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFED; }

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

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

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

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

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

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

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

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