#EDADFC

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

Shades of Mauve #EDADFC

Tints of Mauve #EDADFC

Color information

#EDADFC (or 0xEDADFC) is unknown color: approx Mauve. HEX triplet: ED, AD and FC. RGB value is (237,173,252). Sum of RGB (Red+Green+Blue) = 237+173+252=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADFC is #125203. Grayscale: #C8C8C8. Windows color (decimal): -1200644 or 16559597. OLE color: 16559597.

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

Color convert

RGB237173252-
CMYK0.060.3100.01
HSL288.61º92.94%83.33%-
HSV(B)288.61º31.35%98.82%-
XYZ67.4454.9299.14-
YUV201.14156.7153.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 173 (67.97% from 255) = 26.13%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=35.80%
G=26.13%
B=38.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371732520.060.3100.01288.6192.9483.33
HexEDADFC61F011215d53
Octal35525537463701441135123
Binary111011011010110111111100110111110110010000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADFC; }

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

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

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

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

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

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

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

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