#EDA7FF

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

Shades of Mauve #EDA7FF

Tints of Mauve #EDA7FF

Color information

#EDA7FF (or 0xEDA7FF) is unknown color: approx Mauve. HEX triplet: ED, A7 and FF. RGB value is (237,167,255). Sum of RGB (Red+Green+Blue) = 237+167+255=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 167 (65.62% from 255 or 25.34% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7FF is #125800. Grayscale: #C5C5C5. Windows color (decimal): -1202177 or 16754669. OLE color: 16754669.

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

Color convert

RGB237167255-
CMYK0.070.3500
HSL287.73º100%82.75%-
HSV(B)287.73º34.51%100%-
XYZ66.7952.86101.29-
YUV197.96160.19155.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 167 (65.62% from 255) = 25.34%
BLUE value IS 255 (100% from 255) = 38.69%
R=35.96%
G=25.34%
B=38.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371672550.070.3500287.7310082.75
HexEDA7FF723001206453
Octal35524737774300440144123
Binary1110110110100111111111111111000110010010000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7FF; }

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

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

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

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

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

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

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

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