#EBAFFB

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

Shades of Mauve #EBAFFB

Tints of Mauve #EBAFFB

Color information

#EBAFFB (or 0xEBAFFB) is unknown color: approx Mauve. HEX triplet: EB, AF and FB. RGB value is (235,175,251). Sum of RGB (Red+Green+Blue) = 235+175+251=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 175 (68.75% from 255 or 26.48% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBAFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFFB is #145004. Grayscale: #C9C9C9. Windows color (decimal): -1331205 or 16494571. OLE color: 16494571.

HSL color Cylindrical-coordinate representation of color #EBAFFB: hue angle of 287.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBAFFB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235175251-
CMYK0.060.3000.02
HSL287.37º90.48%83.53%-
HSV(B)287.37º30.28%98.43%-
XYZ6755.2998.41-
YUV201.6155.88151.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 175 (68.75% from 255) = 26.48%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=35.55%
G=26.48%
B=37.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351752510.060.3000.02287.3790.4883.53
HexEBAFFB61E0211f5a54
Octal35325737363602437132124
Binary1110101110101111111110111101111001010001111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFFB; }

 p { color: rgb(235,175,251); }

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

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

 a { background-color: rgb(235,175,251); }

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

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

 span { border-color: rgb(235,175,251); }

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