#EDABFF

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

Shades of Mauve #EDABFF

Tints of Mauve #EDABFF

Color information

#EDABFF (or 0xEDABFF) is unknown color: approx Mauve. HEX triplet: ED, AB and FF. RGB value is (237,171,255). Sum of RGB (Red+Green+Blue) = 237+171+255=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABFF is #125400. Grayscale: #C8C8C8. Windows color (decimal): -1201153 or 16755693. OLE color: 16755693.

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

Color convert

RGB237171255-
CMYK0.070.3300
HSL287.14º100%83.53%-
HSV(B)287.14º32.94%100%-
XYZ67.5454.35101.54-
YUV200.31158.87154.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 171 (67.19% from 255) = 25.79%
BLUE value IS 255 (100% from 255) = 38.46%
R=35.75%
G=25.79%
B=38.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371712550.070.3300287.1410083.53
HexEDABFF7210011f6454
Octal35525337774100437144124
Binary1110110110101011111111111111000010010001111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABFF; }

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

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

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

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

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

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

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

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