#EDB3FF

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

Shades of Mauve #EDB3FF

Tints of Mauve #EDB3FF

Color information

#EDB3FF (or 0xEDB3FF) is unknown color: approx Mauve. HEX triplet: ED, B3 and FF. RGB value is (237,179,255). Sum of RGB (Red+Green+Blue) = 237+179+255=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 179 (70.31% from 255 or 26.68% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3FF is #124C00. Grayscale: #CCCCCC. Windows color (decimal): -1199105 or 16757741. OLE color: 16757741.

HSL color Cylindrical-coordinate representation of color #EDB3FF: hue angle of 285.79º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB3FF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237179255-
CMYK0.070.3000
HSL285.79º100%85.1%-
HSV(B)285.79º29.8%100%-
XYZ69.157.46102.06-
YUV205.01156.22150.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 179 (70.31% from 255) = 26.68%
BLUE value IS 255 (100% from 255) = 38.00%
R=35.32%
G=26.68%
B=38.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371792550.070.3000285.7910085.1
HexEDB3FF71E0011e6455
Octal35526337773600436144125
Binary111011011011001111111111111111100010001111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3FF; }

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

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

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

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

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

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

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

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