#EFB4FE

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

Shades of Mauve #EFB4FE

Tints of Mauve #EFB4FE

Color information

#EFB4FE (or 0xEFB4FE) is unknown color: approx Mauve. HEX triplet: EF, B4 and FE. RGB value is (239,180,254). Sum of RGB (Red+Green+Blue) = 239+180+254=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4FE is #104B01. Grayscale: #CDCDCD. Windows color (decimal): -1067778 or 16692463. OLE color: 16692463.

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

Color convert

RGB239180254-
CMYK0.060.2900.00
HSL287.84º97.37%85.1%-
HSV(B)287.84º29.13%99.61%-
XYZ69.8158.15101.31-
YUV206.08155.05151.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 180 (70.70% from 255) = 26.75%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=35.51%
G=26.75%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391802540.060.2900.00287.8497.3785.1
HexEFB4FE61D001206155
Octal35726437663500440141125
Binary111011111011010011111110110111010010010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4FE; }

 p { color: rgb(239,180,254); }

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

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

 a { background-color: rgb(239,180,254); }

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

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

 span { border-color: rgb(239,180,254); }

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