#EDB1FC

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

Shades of Mauve #EDB1FC

Tints of Mauve #EDB1FC

Color information

#EDB1FC (or 0xEDB1FC) is unknown color: approx Mauve. HEX triplet: ED, B1 and FC. RGB value is (237,177,252). Sum of RGB (Red+Green+Blue) = 237+177+252=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDB1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FC is #124E03. Grayscale: #CBCBCB. Windows color (decimal): -1199620 or 16560621. OLE color: 16560621.

HSL color Cylindrical-coordinate representation of color #EDB1FC: hue angle of 288º degrees, saturation: 0.93, 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 #EDB1FC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237177252-
CMYK0.060.3000.01
HSL288º92.59%84.12%-
HSV(B)288º29.76%98.82%-
XYZ68.2256.4899.4-
YUV203.49155.38151.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 177 (69.53% from 255) = 26.58%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=35.59%
G=26.58%
B=37.84%

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
Decimal2371772520.060.3000.0128892.5984.12
HexEDB1FC61E011205d54
Octal35526137463601440135124
Binary111011011011000111111100110111100110010000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1FC; }

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

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

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

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

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

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

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

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