#EDAFFB

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

Shades of Mauve #EDAFFB

Tints of Mauve #EDAFFB

Color information

#EDAFFB (or 0xEDAFFB) is unknown color: approx Mauve. HEX triplet: ED, AF and FB. RGB value is (237,175,251). Sum of RGB (Red+Green+Blue) = 237+175+251=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 175 (68.75% from 255 or 26.40% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDAFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFFB is #125004. Grayscale: #C9C9C9. Windows color (decimal): -1200133 or 16494573. OLE color: 16494573.

HSL color Cylindrical-coordinate representation of color #EDAFFB: hue angle of 288.95º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDAFFB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237175251-
CMYK0.060.3000.02
HSL288.95º90.48%83.53%-
HSV(B)288.95º30.28%98.43%-
XYZ67.6755.6398.44-
YUV202.2155.54152.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 175 (68.75% from 255) = 26.40%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=35.75%
G=26.40%
B=37.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371752510.060.3000.02288.9590.4883.53
HexEDAFFB61E021215a54
Octal35525737363602441132124
Binary1110110110101111111110111101111001010010000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFFB; }

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

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

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

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

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

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

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

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