#EDB6FB

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

Shades of Mauve #EDB6FB

Tints of Mauve #EDB6FB

Color information

#EDB6FB (or 0xEDB6FB) is unknown color: approx Mauve. HEX triplet: ED, B6 and FB. RGB value is (237,182,251). Sum of RGB (Red+Green+Blue) = 237+182+251=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 182 (71.48% from 255 or 27.16% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6FB is #124904. Grayscale: #CECECE. Windows color (decimal): -1198341 or 16496365. OLE color: 16496365.

HSL color Cylindrical-coordinate representation of color #EDB6FB: hue angle of 287.83º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB6FB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237182251-
CMYK0.060.2700.02
HSL287.83º89.61%84.9%-
HSV(B)287.83º27.49%98.43%-
XYZ69.0758.4398.9-
YUV206.31153.22149.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 182 (71.48% from 255) = 27.16%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=35.37%
G=27.16%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371822510.060.2700.02287.8389.6184.9
HexEDB6FB61B021205a55
Octal35526637363302440132125
Binary1110110110110110111110111101101101010010000010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB6FB; }

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

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

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

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

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

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

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

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