#EFADF5

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

Shades of Mauve #EFADF5

Tints of Mauve #EFADF5

Color information

#EFADF5 (or 0xEFADF5) is unknown color: approx Mauve. HEX triplet: EF, AD and F5. RGB value is (239,173,245). Sum of RGB (Red+Green+Blue) = 239+173+245=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADF5 is #10520A. Grayscale: #C8C8C8. Windows color (decimal): -1069579 or 16100847. OLE color: 16100847.

HSL color Cylindrical-coordinate representation of color #EFADF5: hue angle of 295º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFADF5 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239173245-
CMYK0.020.2900.04
HSL295º78.26%81.96%-
HSV(B)295º29.39%96.08%-
XYZ67.0254.8393.44-
YUV200.94152.87155.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 173 (67.97% from 255) = 26.33%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=36.38%
G=26.33%
B=37.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391732450.020.2900.0429578.2681.96
HexEFADF521D041274e52
Octal35725536523504447116122
Binary1110111110101101111101011011101010010010011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADF5; }

 p { color: rgb(239,173,245); }

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

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

 a { background-color: rgb(239,173,245); }

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

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

 span { border-color: rgb(239,173,245); }

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