#EFBAFD

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

Shades of Mauve #EFBAFD

Tints of Mauve #EFBAFD

Color information

#EFBAFD (or 0xEFBAFD) is unknown color: approx Mauve. HEX triplet: EF, BA and FD. RGB value is (239,186,253). Sum of RGB (Red+Green+Blue) = 239+186+253=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAFD is #104502. Grayscale: #D1D1D1. Windows color (decimal): -1066243 or 16628463. OLE color: 16628463.

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

Color convert

RGB239186253-
CMYK0.060.2600.01
HSL287.46º94.37%86.08%-
HSV(B)287.46º26.48%99.22%-
XYZ70.8960.56100.88-
YUV209.48152.56149.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 186 (73.05% from 255) = 27.43%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=35.25%
G=27.43%
B=37.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391862530.060.2600.01287.4694.3786.08
HexEFBAFD61A0111f5e56
Octal35727237563201437136126
Binary111011111011101011111101110110100110001111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAFD; }

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

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

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

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

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

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

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

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