#EFB6FF

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

Shades of Mauve #EFB6FF

Tints of Mauve #EFB6FF

Color information

#EFB6FF (or 0xEFB6FF) is unknown color: approx Mauve. HEX triplet: EF, B6 and FF. RGB value is (239,182,255). Sum of RGB (Red+Green+Blue) = 239+182+255=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 182 (71.48% from 255 or 26.92% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6FF is #104900. Grayscale: #CFCFCF. Windows color (decimal): -1067265 or 16758511. OLE color: 16758511.

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

Color convert

RGB239182255-
CMYK0.060.2900
HSL286.85º100%85.69%-
HSV(B)286.85º28.63%100%-
XYZ70.3759.03102.29-
YUV207.36154.88150.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 182 (71.48% from 255) = 26.92%
BLUE value IS 255 (100% from 255) = 37.72%
R=35.36%
G=26.92%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391822550.060.2900286.8510085.69
HexEFB6FF61D0011f6456
Octal35726637763500437144126
Binary111011111011011011111111110111010010001111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6FF; }

 p { color: rgb(239,182,255); }

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

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

 a { background-color: rgb(239,182,255); }

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

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

 span { border-color: rgb(239,182,255); }

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