#EDB1FF

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

Shades of Mauve #EDB1FF

Tints of Mauve #EDB1FF

Color information

#EDB1FF (or 0xEDB1FF) is unknown color: approx Mauve. HEX triplet: ED, B1 and FF. RGB value is (237,177,255). Sum of RGB (Red+Green+Blue) = 237+177+255=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 177 (69.53% from 255 or 26.46% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FF is #124E00. Grayscale: #CBCBCB. Windows color (decimal): -1199617 or 16757229. OLE color: 16757229.

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

Color convert

RGB237177255-
CMYK0.070.3100
HSL286.15º100%84.71%-
HSV(B)286.15º30.59%100%-
XYZ68.756.67101.93-
YUV203.83156.88151.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 177 (69.53% from 255) = 26.46%
BLUE value IS 255 (100% from 255) = 38.12%
R=35.43%
G=26.46%
B=38.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371772550.070.3100286.1510084.71
HexEDB1FF71F0011e6455
Octal35526137773700436144125
Binary111011011011000111111111111111110010001111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1FF; }

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

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

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

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

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

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

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

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