#EFBDFD

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

Shades of Mauve #EFBDFD

Tints of Mauve #EFBDFD

Color information

#EFBDFD (or 0xEFBDFD) is unknown color: approx Mauve. HEX triplet: EF, BD and FD. RGB value is (239,189,253). Sum of RGB (Red+Green+Blue) = 239+189+253=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDFD is #104202. Grayscale: #D3D3D3. Windows color (decimal): -1065475 or 16629231. OLE color: 16629231.

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

Color convert

RGB239189253-
CMYK0.060.2500.01
HSL286.88º94.12%86.67%-
HSV(B)286.88º25.3%99.22%-
XYZ71.5261.84101.09-
YUV211.25151.56147.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 189 (74.22% from 255) = 27.75%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=35.10%
G=27.75%
B=37.15%

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
Decimal2391892530.060.2500.01286.8894.1286.67
HexEFBDFD6190111f5e57
Octal35727537563101437136127
Binary111011111011110111111101110110010110001111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDFD; }

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

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

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

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

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

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

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

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