#EBBFF4

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

Shades of Mauve #EBBFF4

Tints of Mauve #EBBFF4

Color information

#EBBFF4 (or 0xEBBFF4) is unknown color: approx Mauve. HEX triplet: EB, BF and F4. RGB value is (235,191,244). Sum of RGB (Red+Green+Blue) = 235+191+244=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBBFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF4 is #14400B. Grayscale: #D2D2D2. Windows color (decimal): -1327116 or 16039915. OLE color: 16039915.

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

Color convert

RGB235191244-
CMYK0.040.2200.04
HSL289.81º70.67%85.29%-
HSV(B)289.81º21.72%95.69%-
XYZ69.2261.4693.8-
YUV210.2147.08145.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 191 (75% from 255) = 28.51%
BLUE value IS 244 (95.70% from 255) = 36.42%
R=35.07%
G=28.51%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351912440.040.2200.04289.8170.6785.29
HexEBBFF4416041224755
Octal35327736442604442107125
Binary11101011101111111111010010010110010010010001010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFF4; }

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

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

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

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

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

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

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

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