#EABBFB

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

Shades of Mauve #EABBFB

Tints of Mauve #EABBFB

Color information

#EABBFB (or 0xEABBFB) is unknown color: approx Mauve. HEX triplet: EA, BB and FB. RGB value is (234,187,251). Sum of RGB (Red+Green+Blue) = 234+187+251=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #EABBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBFB is #154404. Grayscale: #D0D0D0. Windows color (decimal): -1393669 or 16497642. OLE color: 16497642.

HSL color Cylindrical-coordinate representation of color #EABBFB: hue angle of 284.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABBFB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234187251-
CMYK0.070.2500.02
HSL284.06º88.89%85.88%-
HSV(B)284.06º25.5%98.43%-
XYZ69.116099.2-
YUV208.35152.07146.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 187 (73.44% from 255) = 27.83%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=34.82%
G=27.83%
B=37.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341872510.070.2500.02284.0688.8985.88
HexEABBFB7190211c5956
Octal35227337373102434131126
Binary1110101010111011111110111111100101010001110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBFB; }

 p { color: rgb(234,187,251); }

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

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

 a { background-color: rgb(234,187,251); }

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

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

 span { border-color: rgb(234,187,251); }

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