#EDB3FA

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

Shades of Mauve #EDB3FA

Tints of Mauve #EDB3FA

Color information

#EDB3FA (or 0xEDB3FA) is unknown color: approx Mauve. HEX triplet: ED, B3 and FA. RGB value is (237,179,250). Sum of RGB (Red+Green+Blue) = 237+179+250=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 179 (70.31% from 255 or 26.88% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3FA is #124C05. Grayscale: #CCCCCC. Windows color (decimal): -1199110 or 16430061. OLE color: 16430061.

HSL color Cylindrical-coordinate representation of color #EDB3FA: hue angle of 289.01º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB3FA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237179250-
CMYK0.050.2800.02
HSL289.01º87.65%84.12%-
HSV(B)289.01º28.4%98.04%-
XYZ68.357.1597.87-
YUV204.44153.72151.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 179 (70.31% from 255) = 26.88%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=35.59%
G=26.88%
B=37.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371792500.050.2800.02289.0187.6584.12
HexEDB3FA51C021215854
Octal35526337253402441130124
Binary1110110110110011111110101011110001010010000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3FA; }

 p { color: rgb(237,179,250); }

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

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

 a { background-color: rgb(237,179,250); }

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

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

 span { border-color: rgb(237,179,250); }

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