#EDBFF9

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

Shades of Mauve #EDBFF9

Tints of Mauve #EDBFF9

Color information

#EDBFF9 (or 0xEDBFF9) is unknown color: approx Mauve. HEX triplet: ED, BF and F9. RGB value is (237,191,249). Sum of RGB (Red+Green+Blue) = 237+191+249=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDBFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF9 is #124006. Grayscale: #D3D3D3. Windows color (decimal): -1196039 or 16367597. OLE color: 16367597.

HSL color Cylindrical-coordinate representation of color #EDBFF9: hue angle of 287.59º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBFF9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237191249-
CMYK0.050.2300.02
HSL287.59º82.86%86.27%-
HSV(B)287.59º23.29%97.65%-
XYZ70.6562.1197.89-
YUV211.37149.24146.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 191 (75% from 255) = 28.21%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=35.01%
G=28.21%
B=36.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371912490.050.2300.02287.5982.8686.27
HexEDBFF9517021205356
Octal35527737152702440123126
Binary1110110110111111111110011011011101010010000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFF9; }

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

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

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

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

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

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

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

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