#EDB7FF

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

Shades of Mauve #EDB7FF

Tints of Mauve #EDB7FF

Color information

#EDB7FF (or 0xEDB7FF) is unknown color: approx Mauve. HEX triplet: ED, B7 and FF. RGB value is (237,183,255). Sum of RGB (Red+Green+Blue) = 237+183+255=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7FF is #124800. Grayscale: #CFCFCF. Windows color (decimal): -1198081 or 16758765. OLE color: 16758765.

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

Color convert

RGB237183255-
CMYK0.070.2800
HSL285º100%85.88%-
HSV(B)285º28.24%100%-
XYZ69.9159.09102.33-
YUV207.35154.89149.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 183 (71.88% from 255) = 27.11%
BLUE value IS 255 (100% from 255) = 37.78%
R=35.11%
G=27.11%
B=37.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371832550.070.280028510085.88
HexEDB7FF71C0011d6456
Octal35526737773400435144126
Binary111011011011011111111111111111000010001110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB7FF; }

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

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

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

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

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

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

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

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