#EFBFFD

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

Shades of Mauve #EFBFFD

Tints of Mauve #EFBFFD

Color information

#EFBFFD (or 0xEFBFFD) is unknown color: approx Mauve. HEX triplet: EF, BF and FD. RGB value is (239,191,253). Sum of RGB (Red+Green+Blue) = 239+191+253=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFFD is #104002. Grayscale: #D4D4D4. Windows color (decimal): -1064963 or 16629743. OLE color: 16629743.

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

Color convert

RGB239191253-
CMYK0.060.2500.01
HSL286.45º93.94%87.06%-
HSV(B)286.45º24.51%99.22%-
XYZ71.9662.7101.24-
YUV212.42150.9146.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 191 (75% from 255) = 27.96%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=34.99%
G=27.96%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391912530.060.2500.01286.4593.9487.06
HexEFBFFD6190111e5e57
Octal35727737563101436136127
Binary111011111011111111111101110110010110001111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFFD; }

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

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

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

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

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

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

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

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