#EDAFFD

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

Shades of Mauve #EDAFFD

Tints of Mauve #EDAFFD

Color information

#EDAFFD (or 0xEDAFFD) is unknown color: approx Mauve. HEX triplet: ED, AF and FD. RGB value is (237,175,253). Sum of RGB (Red+Green+Blue) = 237+175+253=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDAFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFFD is #125002. Grayscale: #CACACA. Windows color (decimal): -1200131 or 16625645. OLE color: 16625645.

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

Color convert

RGB237175253-
CMYK0.060.3100.01
HSL287.69º95.12%83.92%-
HSV(B)287.69º30.83%99.22%-
XYZ67.9855.76100.11-
YUV202.43156.54152.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 175 (68.75% from 255) = 26.32%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=35.64%
G=26.32%
B=38.05%

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
Decimal2371752530.060.3100.01287.6995.1283.92
HexEDAFFD61F011205f54
Octal35525737563701440137124
Binary111011011010111111111101110111110110010000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFFD; }

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

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

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

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

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

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

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

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