#EFAFF8

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

Shades of Mauve #EFAFF8

Tints of Mauve #EFAFF8

Color information

#EFAFF8 (or 0xEFAFF8) is unknown color: approx Mauve. HEX triplet: EF, AF and F8. RGB value is (239,175,248). Sum of RGB (Red+Green+Blue) = 239+175+248=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFAFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF8 is #105007. Grayscale: #CACACA. Windows color (decimal): -1069064 or 16297967. OLE color: 16297967.

HSL color Cylindrical-coordinate representation of color #EFAFF8: hue angle of 292.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAFF8 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239175248-
CMYK0.040.2900.03
HSL292.6º83.91%82.94%-
HSV(B)292.6º29.44%97.25%-
XYZ67.8755.7996-
YUV202.46153.7154.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 175 (68.75% from 255) = 26.44%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=36.10%
G=26.44%
B=37.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391752480.040.2900.03292.683.9182.94
HexEFAFF841D031255453
Octal35725737043503445124123
Binary1110111110101111111110001001110101110010010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFF8; }

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

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

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

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

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

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

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

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