#EDB0FA

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

Shades of Mauve #EDB0FA

Tints of Mauve #EDB0FA

Color information

#EDB0FA (or 0xEDB0FA) is unknown color: approx Mauve. HEX triplet: ED, B0 and FA. RGB value is (237,176,250). Sum of RGB (Red+Green+Blue) = 237+176+250=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 176 (69.14% from 255 or 26.55% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0FA is #124F05. Grayscale: #CACACA. Windows color (decimal): -1199878 or 16429293. OLE color: 16429293.

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

Color convert

RGB237176250-
CMYK0.050.3000.02
HSL289.46º88.1%83.53%-
HSV(B)289.46º29.6%98.04%-
XYZ67.7155.9697.67-
YUV202.68154.71152.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 176 (69.14% from 255) = 26.55%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=35.75%
G=26.55%
B=37.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371762500.050.3000.02289.4688.183.53
HexEDB0FA51E021215854
Octal35526037253602441130124
Binary1110110110110000111110101011111001010010000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0FA; }

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

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

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

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

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

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

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

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