#EDB8F6

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

Shades of Mauve #EDB8F6

Tints of Mauve #EDB8F6

Color information

#EDB8F6 (or 0xEDB8F6) is unknown color: approx Mauve. HEX triplet: ED, B8 and F6. RGB value is (237,184,246). Sum of RGB (Red+Green+Blue) = 237+184+246=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 184 (72.27% from 255 or 27.59% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDB8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8F6 is #124709. Grayscale: #CECECE. Windows color (decimal): -1197834 or 16169197. OLE color: 16169197.

HSL color Cylindrical-coordinate representation of color #EDB8F6: hue angle of 291.29º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB8F6 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237184246-
CMYK0.040.2500.04
HSL291.29º77.5%84.31%-
HSV(B)291.29º25.2%96.47%-
XYZ68.758.9494.94-
YUV206.92150.06149.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 184 (72.27% from 255) = 27.59%
BLUE value IS 246 (96.48% from 255) = 36.88%
R=35.53%
G=27.59%
B=36.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371842460.040.2500.04291.2977.584.31
HexEDB8F6419041234e54
Octal35527036643104443116124
Binary11101101101110001111011010011001010010010001110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8F6; }

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

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

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

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

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

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

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

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