#EBAFF6

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

Shades of Mauve #EBAFF6

Tints of Mauve #EBAFF6

Color information

#EBAFF6 (or 0xEBAFF6) is unknown color: approx Mauve. HEX triplet: EB, AF and F6. RGB value is (235,175,246). Sum of RGB (Red+Green+Blue) = 235+175+246=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF6 is #145009. Grayscale: #C8C8C8. Windows color (decimal): -1331210 or 16166891. OLE color: 16166891.

HSL color Cylindrical-coordinate representation of color #EBAFF6: hue angle of 290.7º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBAFF6 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235175246-
CMYK0.040.2900.04
HSL290.7º79.78%82.55%-
HSV(B)290.7º28.86%96.47%-
XYZ66.2354.9894.31-
YUV201.03153.38152.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 175 (68.75% from 255) = 26.68%
BLUE value IS 246 (96.48% from 255) = 37.5%
R=35.82%
G=26.68%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351752460.040.2900.04290.779.7882.55
HexEBAFF641D041235053
Octal35325736643504443120123
Binary11101011101011111111011010011101010010010001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFF6; }

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

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

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

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

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

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

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

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