#EDB1FD

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

Shades of Mauve #EDB1FD

Tints of Mauve #EDB1FD

Color information

#EDB1FD (or 0xEDB1FD) is unknown color: approx Mauve. HEX triplet: ED, B1 and FD. RGB value is (237,177,253). Sum of RGB (Red+Green+Blue) = 237+177+253=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FD is #124E02. Grayscale: #CBCBCB. Windows color (decimal): -1199619 or 16626157. OLE color: 16626157.

HSL color Cylindrical-coordinate representation of color #EDB1FD: hue angle of 287.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB1FD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237177253-
CMYK0.060.3000.01
HSL287.37º95%84.31%-
HSV(B)287.37º30.04%99.22%-
XYZ68.3856.54100.24-
YUV203.6155.88151.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 177 (69.53% from 255) = 26.54%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=35.53%
G=26.54%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371772530.060.3000.01287.379584.31
HexEDB1FD61E0111f5f54
Octal35526137563601437137124
Binary111011011011000111111101110111100110001111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1FD; }

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

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

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

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

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

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

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

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