#EABEF0

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

Shades of Snuff #EABEF0

Tints of Snuff #EABEF0

Color information

#EABEF0 (or 0xEABEF0) is unknown color: approx Snuff. HEX triplet: EA, BE and F0. RGB value is (234,190,240). Sum of RGB (Red+Green+Blue) = 234+190+240=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #EABEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF0 is #15410F. Grayscale: #D0D0D0. Windows color (decimal): -1392912 or 15777514. OLE color: 15777514.

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

Color convert

RGB234190240-
CMYK0.020.2100.06
HSL292.8º62.5%84.31%-
HSV(B)292.8º20.83%94.12%-
XYZ68.0760.6190.55-
YUV208.86145.58145.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 190 (74.61% from 255) = 28.61%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=35.24%
G=28.61%
B=36.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341902400.020.2100.06292.862.584.31
HexEABEF0215061253e54
Octal3522763602250644576124
Binary111010101011111011110000101010101101001001011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEF0; }

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

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

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

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

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

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

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

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