#EDAFFF

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

Shades of Mauve #EDAFFF

Tints of Mauve #EDAFFF

Color information

#EDAFFF (or 0xEDAFFF) is unknown color: approx Mauve. HEX triplet: ED, AF and FF. RGB value is (237,175,255). Sum of RGB (Red+Green+Blue) = 237+175+255=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 175 (68.75% from 255 or 26.24% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFFF is #125000. Grayscale: #CACACA. Windows color (decimal): -1200129 or 16756717. OLE color: 16756717.

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

Color convert

RGB237175255-
CMYK0.070.3100
HSL286.5º100%84.31%-
HSV(B)286.5º31.37%100%-
XYZ68.3155.88101.79-
YUV202.66157.54152.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 175 (68.75% from 255) = 26.24%
BLUE value IS 255 (100% from 255) = 38.23%
R=35.53%
G=26.24%
B=38.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371752550.070.3100286.510084.31
HexEDAFFF71F0011e6454
Octal35525737773700436144124
Binary111011011010111111111111111111110010001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFFF; }

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

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

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

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

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

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

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

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