#EDBEF8

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

Shades of Mauve #EDBEF8

Tints of Mauve #EDBEF8

Color information

#EDBEF8 (or 0xEDBEF8) is unknown color: approx Mauve. HEX triplet: ED, BE and F8. RGB value is (237,190,248). Sum of RGB (Red+Green+Blue) = 237+190+248=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDBEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEF8 is #124107. Grayscale: #D2D2D2. Windows color (decimal): -1196296 or 16301805. OLE color: 16301805.

HSL color Cylindrical-coordinate representation of color #EDBEF8: hue angle of 288.62º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBEF8 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237190248-
CMYK0.040.2300.03
HSL288.62º80.56%85.88%-
HSV(B)288.62º23.39%97.25%-
XYZ70.2861.6196.99-
YUV210.66149.07146.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 190 (74.61% from 255) = 28.15%
BLUE value IS 248 (97.27% from 255) = 36.74%
R=35.11%
G=28.15%
B=36.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371902480.040.2300.03288.6280.5685.88
HexEDBEF8417031215156
Octal35527637042703441121126
Binary1110110110111110111110001001011101110010000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEF8; }

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

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

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

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

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

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

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

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