#EFB2FE

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

Shades of Mauve #EFB2FE

Tints of Mauve #EFB2FE

Color information

#EFB2FE (or 0xEFB2FE) is unknown color: approx Mauve. HEX triplet: EF, B2 and FE. RGB value is (239,178,254). Sum of RGB (Red+Green+Blue) = 239+178+254=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 178 (69.92% from 255 or 26.53% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2FE is #104D01. Grayscale: #CCCCCC. Windows color (decimal): -1068290 or 16691951. OLE color: 16691951.

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

Color convert

RGB239178254-
CMYK0.060.3000.00
HSL288.16º97.44%84.71%-
HSV(B)288.16º29.92%99.61%-
XYZ69.4157.35101.18-
YUV204.9155.71152.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 178 (69.92% from 255) = 26.53%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=35.62%
G=26.53%
B=37.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391782540.060.3000.00288.1697.4484.71
HexEFB2FE61E001206155
Octal35726237663600440141125
Binary111011111011001011111110110111100010010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2FE; }

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

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

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

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

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

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

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

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