#EDBAFF

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

Shades of Mauve #EDBAFF

Tints of Mauve #EDBAFF

Color information

#EDBAFF (or 0xEDBAFF) is unknown color: approx Mauve. HEX triplet: ED, BA and FF. RGB value is (237,186,255). Sum of RGB (Red+Green+Blue) = 237+186+255=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAFF is #124500. Grayscale: #D0D0D0. Windows color (decimal): -1197313 or 16759533. OLE color: 16759533.

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

Color convert

RGB237186255-
CMYK0.070.2700
HSL284.35º100%86.47%-
HSV(B)284.35º27.06%100%-
XYZ70.5360.34102.54-
YUV209.11153.9147.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 186 (73.05% from 255) = 27.43%
BLUE value IS 255 (100% from 255) = 37.61%
R=34.96%
G=27.43%
B=37.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371862550.070.2700284.3510086.47
HexEDBAFF71B0011c6456
Octal35527237773300434144126
Binary111011011011101011111111111110110010001110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAFF; }

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

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

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

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

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

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

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

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