#EABEEF

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

Shades of Snuff #EABEEF

Tints of Snuff #EABEEF

Color information

#EABEEF (or 0xEABEEF) is unknown color: approx Snuff. HEX triplet: EA, BE and EF. RGB value is (234,190,239). Sum of RGB (Red+Green+Blue) = 234+190+239=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #EABEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEEF is #154110. Grayscale: #D0D0D0. Windows color (decimal): -1392913 or 15711978. OLE color: 15711978.

HSL color Cylindrical-coordinate representation of color #EABEEF: hue angle of 293.88º degrees, saturation: 0.6, 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 #EABEEF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234190239-
CMYK0.020.2100.06
HSL293.88º60.49%84.12%-
HSV(B)293.88º20.5%93.73%-
XYZ67.9360.5589.77-
YUV208.74145.08146.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 190 (74.61% from 255) = 28.66%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=35.29%
G=28.66%
B=36.05%

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
Decimal2341902390.020.2100.06293.8860.4984.12
HexEABEEF215061263c54
Octal3522763572250644674124
Binary111010101011111011101111101010101101001001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEEF; }

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

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

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

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

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

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

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

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