#EDB8FF

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

Shades of Mauve #EDB8FF

Tints of Mauve #EDB8FF

Color information

#EDB8FF (or 0xEDB8FF) is unknown color: approx Mauve. HEX triplet: ED, B8 and FF. RGB value is (237,184,255). Sum of RGB (Red+Green+Blue) = 237+184+255=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8FF is #124700. Grayscale: #CFCFCF. Windows color (decimal): -1197825 or 16759021. OLE color: 16759021.

HSL color Cylindrical-coordinate representation of color #EDB8FF: hue angle of 284.79º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB8FF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237184255-
CMYK0.070.2800
HSL284.79º100%86.08%-
HSV(B)284.79º27.84%100%-
XYZ70.1259.51102.4-
YUV207.94154.56148.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 184 (72.27% from 255) = 27.22%
BLUE value IS 255 (100% from 255) = 37.72%
R=35.06%
G=27.22%
B=37.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371842550.070.2800284.7910086.08
HexEDB8FF71C0011d6456
Octal35527037773400435144126
Binary111011011011100011111111111111000010001110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8FF; }

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

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

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

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

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

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

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

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