#EDACFE

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

Shades of Mauve #EDACFE

Tints of Mauve #EDACFE

Color information

#EDACFE (or 0xEDACFE) is unknown color: approx Mauve. HEX triplet: ED, AC and FE. RGB value is (237,172,254). Sum of RGB (Red+Green+Blue) = 237+172+254=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACFE is #125301. Grayscale: #C8C8C8. Windows color (decimal): -1200898 or 16690413. OLE color: 16690413.

HSL color Cylindrical-coordinate representation of color #EDACFE: hue angle of 287.56º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDACFE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237172254-
CMYK0.070.3200.00
HSL287.56º97.62%83.53%-
HSV(B)287.56º32.28%99.61%-
XYZ67.5754.67100.76-
YUV200.78158.03153.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 172 (67.58% from 255) = 25.94%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=35.75%
G=25.94%
B=38.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371722540.070.3200.00287.5697.6283.53
HexEDACFE720001206254
Octal35525437674000440142124
Binary1110110110101100111111101111000000010010000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACFE; }

 p { color: rgb(237,172,254); }

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

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

 a { background-color: rgb(237,172,254); }

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

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

 span { border-color: rgb(237,172,254); }

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