#EABEF1

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

Shades of Snuff #EABEF1

Tints of Snuff #EABEF1

Color information

#EABEF1 (or 0xEABEF1) is unknown color: approx Snuff. HEX triplet: EA, BE and F1. RGB value is (234,190,241). Sum of RGB (Red+Green+Blue) = 234+190+241=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #EABEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF1 is #15410E. Grayscale: #D0D0D0. Windows color (decimal): -1392911 or 15843050. OLE color: 15843050.

HSL color Cylindrical-coordinate representation of color #EABEF1: hue angle of 291.76º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABEF1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234190241-
CMYK0.030.2100.05
HSL291.76º64.56%84.51%-
HSV(B)291.76º21.16%94.51%-
XYZ68.2260.6791.33-
YUV208.97146.08145.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 190 (74.61% from 255) = 28.57%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=35.19%
G=28.57%
B=36.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341902410.030.2100.05291.7664.5684.51
HexEABEF1315051244155
Octal35227636132505444101125
Binary1110101010111110111100011110101010110010010010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEF1; }

 p { color: rgb(234,190,241); }

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

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

 a { background-color: rgb(234,190,241); }

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

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

 span { border-color: rgb(234,190,241); }

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