#EDB1F9

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

Shades of Mauve #EDB1F9

Tints of Mauve #EDB1F9

Color information

#EDB1F9 (or 0xEDB1F9) is unknown color: approx Mauve. HEX triplet: ED, B1 and F9. RGB value is (237,177,249). Sum of RGB (Red+Green+Blue) = 237+177+249=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 177 (69.53% from 255 or 26.70% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDB1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1F9 is #124E06. Grayscale: #CACACA. Windows color (decimal): -1199623 or 16364013. OLE color: 16364013.

HSL color Cylindrical-coordinate representation of color #EDB1F9: hue angle of 290º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB1F9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237177249-
CMYK0.050.2900.02
HSL290º85.71%83.53%-
HSV(B)290º28.92%97.65%-
XYZ67.7556.2996.92-
YUV203.15153.88152.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 177 (69.53% from 255) = 26.70%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=35.75%
G=26.70%
B=37.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371772490.050.2900.0229085.7183.53
HexEDB1F951D021225654
Octal35526137153502442126124
Binary1110110110110001111110011011110101010010001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1F9; }

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

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

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

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

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

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

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

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