#EDB1FB

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

Shades of Mauve #EDB1FB

Tints of Mauve #EDB1FB

Color information

#EDB1FB (or 0xEDB1FB) is unknown color: approx Mauve. HEX triplet: ED, B1 and FB. RGB value is (237,177,251). Sum of RGB (Red+Green+Blue) = 237+177+251=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FB is #124E04. Grayscale: #CBCBCB. Windows color (decimal): -1199621 or 16495085. OLE color: 16495085.

HSL color Cylindrical-coordinate representation of color #EDB1FB: hue angle of 288.65º degrees, saturation: 0.9, 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 #EDB1FB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237177251-
CMYK0.060.2900.02
HSL288.65º90.24%83.92%-
HSV(B)288.65º29.48%98.43%-
XYZ68.0656.4198.57-
YUV203.38154.88151.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 177 (69.53% from 255) = 26.62%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=35.64%
G=26.62%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371772510.060.2900.02288.6590.2483.92
HexEDB1FB61D021215a54
Octal35526137363502441132124
Binary1110110110110001111110111101110101010010000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1FB; }

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

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

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

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

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

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

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

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