#EDADFD

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

Shades of Mauve #EDADFD

Tints of Mauve #EDADFD

Color information

#EDADFD (or 0xEDADFD) is unknown color: approx Mauve. HEX triplet: ED, AD and FD. RGB value is (237,173,253). Sum of RGB (Red+Green+Blue) = 237+173+253=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADFD is #125202. Grayscale: #C9C9C9. Windows color (decimal): -1200643 or 16625133. OLE color: 16625133.

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

Color convert

RGB237173253-
CMYK0.060.3200.01
HSL288º95.24%83.53%-
HSV(B)288º31.62%99.22%-
XYZ67.654.9899.98-
YUV201.26157.2153.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 173 (67.97% from 255) = 26.09%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=35.75%
G=26.09%
B=38.16%

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
Decimal2371732530.060.3200.0128895.2483.53
HexEDADFD620011205f54
Octal35525537564001440137124
Binary1110110110101101111111011101000000110010000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADFD; }

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

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

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

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

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

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

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

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