#EFB3FD

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

Shades of Mauve #EFB3FD

Tints of Mauve #EFB3FD

Color information

#EFB3FD (or 0xEFB3FD) is unknown color: approx Mauve. HEX triplet: EF, B3 and FD. RGB value is (239,179,253). Sum of RGB (Red+Green+Blue) = 239+179+253=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 179 (70.31% from 255 or 26.68% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3FD is #104C02. Grayscale: #CDCDCD. Windows color (decimal): -1068035 or 16626671. OLE color: 16626671.

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

Color convert

RGB239179253-
CMYK0.060.2900.01
HSL288.65º94.87%84.71%-
HSV(B)288.65º29.25%99.22%-
XYZ69.4557.68100.4-
YUV205.38154.88151.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 179 (70.31% from 255) = 26.68%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=35.62%
G=26.68%
B=37.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391792530.060.2900.01288.6594.8784.71
HexEFB3FD61D011215f55
Octal35726337563501441137125
Binary111011111011001111111101110111010110010000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3FD; }

 p { color: rgb(239,179,253); }

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

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

 a { background-color: rgb(239,179,253); }

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

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

 span { border-color: rgb(239,179,253); }

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