#EDACFC

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

Shades of Mauve #EDACFC

Tints of Mauve #EDACFC

Color information

#EDACFC (or 0xEDACFC) is unknown color: approx Mauve. HEX triplet: ED, AC and FC. RGB value is (237,172,252). Sum of RGB (Red+Green+Blue) = 237+172+252=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACFC is #125303. Grayscale: #C8C8C8. Windows color (decimal): -1200900 or 16559341. OLE color: 16559341.

HSL color Cylindrical-coordinate representation of color #EDACFC: hue angle of 288.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDACFC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237172252-
CMYK0.060.3200.01
HSL288.75º93.02%83.14%-
HSV(B)288.75º31.75%98.82%-
XYZ67.2554.5499.08-
YUV200.56157.03154-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 172 (67.58% from 255) = 26.02%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=35.85%
G=26.02%
B=38.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371722520.060.3200.01288.7593.0283.14
HexEDACFC620011215d53
Octal35525437464001441135123
Binary1110110110101100111111001101000000110010000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACFC; }

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

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

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

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

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

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

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

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