#EDB0FE

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

Shades of Mauve #EDB0FE

Tints of Mauve #EDB0FE

Color information

#EDB0FE (or 0xEDB0FE) is unknown color: approx Mauve. HEX triplet: ED, B0 and FE. RGB value is (237,176,254). Sum of RGB (Red+Green+Blue) = 237+176+254=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 176 (69.14% from 255 or 26.39% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0FE is #124F01. Grayscale: #CACACA. Windows color (decimal): -1199874 or 16691437. OLE color: 16691437.

HSL color Cylindrical-coordinate representation of color #EDB0FE: hue angle of 286.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDB0FE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237176254-
CMYK0.070.3100.00
HSL286.92º97.5%84.31%-
HSV(B)286.92º30.71%99.61%-
XYZ68.3456.21101.01-
YUV203.13156.71152.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 176 (69.14% from 255) = 26.39%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=35.53%
G=26.39%
B=38.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371762540.070.3100.00286.9297.584.31
HexEDB0FE71F0011f6254
Octal35526037673700437142124
Binary111011011011000011111110111111110010001111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0FE; }

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

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

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

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

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

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

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

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