#EFADFC

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

Shades of Mauve #EFADFC

Tints of Mauve #EFADFC

Color information

#EFADFC (or 0xEFADFC) is unknown color: approx Mauve. HEX triplet: EF, AD and FC. RGB value is (239,173,252). Sum of RGB (Red+Green+Blue) = 239+173+252=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADFC is #105203. Grayscale: #C9C9C9. Windows color (decimal): -1069572 or 16559599. OLE color: 16559599.

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

Color convert

RGB239173252-
CMYK0.050.3100.01
HSL290.13º92.94%83.33%-
HSV(B)290.13º31.35%98.82%-
XYZ68.1155.2799.17-
YUV201.74156.37154.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 173 (67.97% from 255) = 26.05%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=35.99%
G=26.05%
B=37.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391732520.050.3100.01290.1392.9483.33
HexEFADFC51F011225d53
Octal35725537453701442135123
Binary111011111010110111111100101111110110010001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADFC; }

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

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

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

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

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

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

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

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