#EFB0FD

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

Shades of Mauve #EFB0FD

Tints of Mauve #EFB0FD

Color information

#EFB0FD (or 0xEFB0FD) is unknown color: approx Mauve. HEX triplet: EF, B0 and FD. RGB value is (239,176,253). Sum of RGB (Red+Green+Blue) = 239+176+253=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 176 (69.14% from 255 or 26.35% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0FD is #104F02. Grayscale: #CBCBCB. Windows color (decimal): -1068803 or 16625903. OLE color: 16625903.

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

Color convert

RGB239176253-
CMYK0.060.3000.01
HSL289.09º95.06%84.12%-
HSV(B)289.09º30.43%99.22%-
XYZ68.8556.49100.2-
YUV203.62155.87153.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 176 (69.14% from 255) = 26.35%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=35.78%
G=26.35%
B=37.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391762530.060.3000.01289.0995.0684.12
HexEFB0FD61E011215f54
Octal35726037563601441137124
Binary111011111011000011111101110111100110010000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0FD; }

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

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

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

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

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

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

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

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