#EDBFF6

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

Shades of Mauve #EDBFF6

Tints of Mauve #EDBFF6

Color information

#EDBFF6 (or 0xEDBFF6) is unknown color: approx Mauve. HEX triplet: ED, BF and F6. RGB value is (237,191,246). Sum of RGB (Red+Green+Blue) = 237+191+246=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDBFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF6 is #124009. Grayscale: #D2D2D2. Windows color (decimal): -1196042 or 16170989. OLE color: 16170989.

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

Color convert

RGB237191246-
CMYK0.040.2200.04
HSL290.18º75.34%85.69%-
HSV(B)290.18º22.36%96.47%-
XYZ70.1961.9295.44-
YUV211.02147.74146.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 191 (75% from 255) = 28.34%
BLUE value IS 246 (96.48% from 255) = 36.50%
R=35.16%
G=28.34%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371912460.040.2200.04290.1875.3485.69
HexEDBFF6416041224b56
Octal35527736642604442113126
Binary11101101101111111111011010010110010010010001010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFF6; }

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

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

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

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

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

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

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

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