#EBBFFE

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

Shades of Mauve #EBBFFE

Tints of Mauve #EBBFFE

Color information

#EBBFFE (or 0xEBBFFE) is unknown color: approx Mauve. HEX triplet: EB, BF and FE. RGB value is (235,191,254). Sum of RGB (Red+Green+Blue) = 235+191+254=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFFE is #144001. Grayscale: #D3D3D3. Windows color (decimal): -1327106 or 16695275. OLE color: 16695275.

HSL color Cylindrical-coordinate representation of color #EBBFFE: hue angle of 281.9º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBBFFE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235191254-
CMYK0.070.2500.00
HSL281.9º96.92%87.25%-
HSV(B)281.9º24.8%99.61%-
XYZ70.7862.08102.02-
YUV211.34152.08144.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 191 (75% from 255) = 28.09%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=34.56%
G=28.09%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2351912540.070.2500.00281.996.9287.25
HexEBBFFE7190011a6157
Octal35327737673100432141127
Binary111010111011111111111110111110010010001101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFFE; }

 p { color: rgb(235,191,254); }

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

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

 a { background-color: rgb(235,191,254); }

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

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

 span { border-color: rgb(235,191,254); }

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