#EDB4F6

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

Shades of Mauve #EDB4F6

Tints of Mauve #EDB4F6

Color information

#EDB4F6 (or 0xEDB4F6) is unknown color: approx Mauve. HEX triplet: ED, B4 and F6. RGB value is (237,180,246). Sum of RGB (Red+Green+Blue) = 237+180+246=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDB4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4F6 is #124B09. Grayscale: #CCCCCC. Windows color (decimal): -1198858 or 16168173. OLE color: 16168173.

HSL color Cylindrical-coordinate representation of color #EDB4F6: hue angle of 291.82º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB4F6 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237180246-
CMYK0.040.2700.04
HSL291.82º78.57%83.53%-
HSV(B)291.82º26.83%96.47%-
XYZ67.8857.394.67-
YUV204.57151.38151.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 180 (70.70% from 255) = 27.15%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=35.75%
G=27.15%
B=37.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371802460.040.2700.04291.8278.5783.53
HexEDB4F641B041244f54
Octal35526436643304444117124
Binary11101101101101001111011010011011010010010010010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB4F6; }

 p { color: rgb(237,180,246); }

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

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

 a { background-color: rgb(237,180,246); }

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

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

 span { border-color: rgb(237,180,246); }

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