#EDA8FB

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

Shades of Mauve #EDA8FB

Tints of Mauve #EDA8FB

Color information

#EDA8FB (or 0xEDA8FB) is unknown color: approx Mauve. HEX triplet: ED, A8 and FB. RGB value is (237,168,251). Sum of RGB (Red+Green+Blue) = 237+168+251=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA8FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8FB is #125704. Grayscale: #C5C5C5. Windows color (decimal): -1201925 or 16492781. OLE color: 16492781.

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

Color convert

RGB237168251-
CMYK0.060.3300.02
HSL289.88º91.21%82.16%-
HSV(B)289.88º33.07%98.43%-
XYZ66.3452.9798-
YUV198.09157.86155.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 168 (66.02% from 255) = 25.61%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=36.13%
G=25.61%
B=38.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371682510.060.3300.02289.8891.2182.16
HexEDA8FB621021225b52
Octal35525037364102442133122
Binary11101101101010001111101111010000101010010001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8FB; }

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

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

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

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

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

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

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

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