#EABFF2

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

Shades of Snuff #EABFF2

Tints of Snuff #EABFF2

Color information

#EABFF2 (or 0xEABFF2) is unknown color: approx Snuff. HEX triplet: EA, BF and F2. RGB value is (234,191,242). Sum of RGB (Red+Green+Blue) = 234+191+242=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF2 is #15400D. Grayscale: #D1D1D1. Windows color (decimal): -1392654 or 15908842. OLE color: 15908842.

HSL color Cylindrical-coordinate representation of color #EABFF2: hue angle of 290.59º degrees, saturation: 0.66, 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 #EABFF2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234191242-
CMYK0.030.2100.05
HSL290.59º66.23%84.9%-
HSV(B)290.59º21.07%94.9%-
XYZ68.5961.1692.2-
YUV209.67146.25145.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=35.08%
G=28.64%
B=36.28%

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
Decimal2341912420.030.2100.05290.5966.2384.9
HexEABFF2315051234255
Octal35227736232505443102125
Binary1110101010111111111100101110101010110010001110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFF2; }

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

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

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

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

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

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

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

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