#EDB8FA

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

Shades of Mauve #EDB8FA

Tints of Mauve #EDB8FA

Color information

#EDB8FA (or 0xEDB8FA) is unknown color: approx Mauve. HEX triplet: ED, B8 and FA. RGB value is (237,184,250). Sum of RGB (Red+Green+Blue) = 237+184+250=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8FA is #124705. Grayscale: #CFCFCF. Windows color (decimal): -1197830 or 16431341. OLE color: 16431341.

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

Color convert

RGB237184250-
CMYK0.050.2600.02
HSL288.18º86.84%85.1%-
HSV(B)288.18º26.4%98.04%-
XYZ69.3259.1998.21-
YUV207.37152.06149.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 184 (72.27% from 255) = 27.42%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=35.32%
G=27.42%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371842500.050.2600.02288.1886.8485.1
HexEDB8FA51A021205755
Octal35527037253202440127125
Binary1110110110111000111110101011101001010010000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8FA; }

 p { color: rgb(237,184,250); }

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

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

 a { background-color: rgb(237,184,250); }

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

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

 span { border-color: rgb(237,184,250); }

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