#EFAFF9

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

Shades of Mauve #EFAFF9

Tints of Mauve #EFAFF9

Color information

#EFAFF9 (or 0xEFAFF9) is unknown color: approx Mauve. HEX triplet: EF, AF and F9. RGB value is (239,175,249). Sum of RGB (Red+Green+Blue) = 239+175+249=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 175 (68.75% from 255 or 26.40% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF9 is #105006. Grayscale: #CACACA. Windows color (decimal): -1069063 or 16363503. OLE color: 16363503.

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

Color convert

RGB239175249-
CMYK0.040.3000.02
HSL291.89º86.05%83.14%-
HSV(B)291.89º29.72%97.65%-
XYZ68.0355.8596.82-
YUV202.57154.2153.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 175 (68.75% from 255) = 26.40%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=36.05%
G=26.40%
B=37.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391752490.040.3000.02291.8986.0583.14
HexEFAFF941E021245653
Octal35725737143602444126123
Binary1110111110101111111110011001111001010010010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFF9; }

 p { color: rgb(239,175,249); }

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

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

 a { background-color: rgb(239,175,249); }

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

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

 span { border-color: rgb(239,175,249); }

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