#EDB2FF

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

Shades of Mauve #EDB2FF

Tints of Mauve #EDB2FF

Color information

#EDB2FF (or 0xEDB2FF) is unknown color: approx Mauve. HEX triplet: ED, B2 and FF. RGB value is (237,178,255). Sum of RGB (Red+Green+Blue) = 237+178+255=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 178 (69.92% from 255 or 26.57% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2FF is #124D00. Grayscale: #CCCCCC. Windows color (decimal): -1199361 or 16757485. OLE color: 16757485.

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

Color convert

RGB237178255-
CMYK0.070.3000
HSL285.97º100%84.9%-
HSV(B)285.97º30.2%100%-
XYZ68.957.07101.99-
YUV204.42156.55151.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 178 (69.92% from 255) = 26.57%
BLUE value IS 255 (100% from 255) = 38.06%
R=35.37%
G=26.57%
B=38.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371782550.070.3000285.9710084.9
HexEDB2FF71E0011e6455
Octal35526237773600436144125
Binary111011011011001011111111111111100010001111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2FF; }

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

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

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

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

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

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

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

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