#EABCEF

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

Shades of Snuff #EABCEF

Tints of Snuff #EABCEF

Color information

#EABCEF (or 0xEABCEF) is unknown color: approx Snuff. HEX triplet: EA, BC and EF. RGB value is (234,188,239). Sum of RGB (Red+Green+Blue) = 234+188+239=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #EABCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCEF is #154310. Grayscale: #CFCFCF. Windows color (decimal): -1393425 or 15711466. OLE color: 15711466.

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

Color convert

RGB234188239-
CMYK0.020.2100.06
HSL294.12º61.45%83.73%-
HSV(B)294.12º21.34%93.73%-
XYZ67.4959.6989.63-
YUV207.57145.74146.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 188 (73.83% from 255) = 28.44%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=35.40%
G=28.44%
B=36.16%

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
Decimal2341882390.020.2100.06294.1261.4583.73
HexEABCEF215061263d54
Octal3522743572250644675124
Binary111010101011110011101111101010101101001001101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCEF; }

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

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

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

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

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

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

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

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