#EFB4FD

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

Shades of Mauve #EFB4FD

Tints of Mauve #EFB4FD

Color information

#EFB4FD (or 0xEFB4FD) is unknown color: approx Mauve. HEX triplet: EF, B4 and FD. RGB value is (239,180,253). Sum of RGB (Red+Green+Blue) = 239+180+253=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 180 (70.70% from 255 or 26.79% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4FD is #104B02. Grayscale: #CDCDCD. Windows color (decimal): -1067779 or 16626927. OLE color: 16626927.

HSL color Cylindrical-coordinate representation of color #EFB4FD: hue angle of 288.49º 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 #EFB4FD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239180253-
CMYK0.060.2900.01
HSL288.49º94.81%84.9%-
HSV(B)288.49º28.85%99.22%-
XYZ69.6558.09100.47-
YUV205.96154.55151.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 180 (70.70% from 255) = 26.79%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=35.57%
G=26.79%
B=37.65%

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
Decimal2391802530.060.2900.01288.4994.8184.9
HexEFB4FD61D011205f55
Octal35726437563501440137125
Binary111011111011010011111101110111010110010000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4FD; }

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

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

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

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

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

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

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

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