#EFB7FD

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

Shades of Mauve #EFB7FD

Tints of Mauve #EFB7FD

Color information

#EFB7FD (or 0xEFB7FD) is unknown color: approx Mauve. HEX triplet: EF, B7 and FD. RGB value is (239,183,253). Sum of RGB (Red+Green+Blue) = 239+183+253=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7FD is #104802. Grayscale: #CFCFCF. Windows color (decimal): -1067011 or 16627695. OLE color: 16627695.

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

Color convert

RGB239183253-
CMYK0.060.2800.01
HSL288º94.59%85.49%-
HSV(B)288º27.67%99.22%-
XYZ70.2659.31100.67-
YUV207.72153.55150.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 183 (71.88% from 255) = 27.11%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=35.41%
G=27.11%
B=37.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391832530.060.2800.0128894.5985.49
HexEFB7FD61C011205f55
Octal35726737563401440137125
Binary111011111011011111111101110111000110010000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7FD; }

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

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

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

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

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

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

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

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