#EBAEFF

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

Shades of Mauve #EBAEFF

Tints of Mauve #EBAEFF

Color information

#EBAEFF (or 0xEBAEFF) is unknown color: approx Mauve. HEX triplet: EB, AE and FF. RGB value is (235,174,255). Sum of RGB (Red+Green+Blue) = 235+174+255=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEFF is #145100. Grayscale: #C9C9C9. Windows color (decimal): -1331457 or 16756459. OLE color: 16756459.

HSL color Cylindrical-coordinate representation of color #EBAEFF: hue angle of 285.19º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBAEFF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235174255-
CMYK0.080.3200
HSL285.19º100%84.12%-
HSV(B)285.19º31.76%100%-
XYZ67.4555.15101.7-
YUV201.47158.21151.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 174 (68.36% from 255) = 26.20%
BLUE value IS 255 (100% from 255) = 38.40%
R=35.39%
G=26.20%
B=38.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351742550.080.3200285.1910084.12
HexEBAEFF8200011d6454
Octal353256377104000435144124
Binary11101011101011101111111110001000000010001110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEFF; }

 p { color: rgb(235,174,255); }

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

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

 a { background-color: rgb(235,174,255); }

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

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

 span { border-color: rgb(235,174,255); }

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