#EDBEF6

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

Shades of Mauve #EDBEF6

Tints of Mauve #EDBEF6

Color information

#EDBEF6 (or 0xEDBEF6) is unknown color: approx Mauve. HEX triplet: ED, BE and F6. RGB value is (237,190,246). Sum of RGB (Red+Green+Blue) = 237+190+246=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDBEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEF6 is #124109. Grayscale: #D2D2D2. Windows color (decimal): -1196298 or 16170733. OLE color: 16170733.

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

Color convert

RGB237190246-
CMYK0.040.2300.04
HSL290.36º75.68%85.49%-
HSV(B)290.36º22.76%96.47%-
XYZ69.9761.4995.37-
YUV210.44148.07146.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 190 (74.61% from 255) = 28.23%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=35.22%
G=28.23%
B=36.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371902460.040.2300.04290.3675.6885.49
HexEDBEF6417041224c55
Octal35527636642704442114125
Binary11101101101111101111011010010111010010010001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEF6; }

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

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

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

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

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

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

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

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