#EBBEF6

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

Shades of Mauve #EBBEF6

Tints of Mauve #EBBEF6

Color information

#EBBEF6 (or 0xEBBEF6) is unknown color: approx Mauve. HEX triplet: EB, BE and F6. RGB value is (235,190,246). Sum of RGB (Red+Green+Blue) = 235+190+246=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBBEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEF6 is #144109. Grayscale: #D1D1D1. Windows color (decimal): -1327370 or 16170731. OLE color: 16170731.

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

Color convert

RGB235190246-
CMYK0.040.2300.04
HSL288.21º75.68%85.49%-
HSV(B)288.21º22.76%96.47%-
XYZ69.3161.1495.34-
YUV209.84148.41145.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 190 (74.61% from 255) = 28.32%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=35.02%
G=28.32%
B=36.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351902460.040.2300.04288.2175.6885.49
HexEBBEF6417041204c55
Octal35327636642704440114125
Binary11101011101111101111011010010111010010010000010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEF6; }

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

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

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

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

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

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

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

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