Html Css Color HEX #EFACF9 Mauve

📋 copy color: '#EFACF9'

red 239 ◦ green 172 ◦ blue 249

#EFACF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #EFACF9

Tints of Mauve #EFACF9

RGB

 RED value IS 239 (93.75% from 255) = 36.21%

 GREEN value IS 172 (67.58% from 255) = 26.06%

 BLUE value IS 249 (97.66% from 255) = 37.73%

R = 36.21%
G = 26.06%
B = 37.73%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFACF9 (or 0xEFACF9) is known color: Mauve. HEX triplet: EF, AC and F9. RGB value is (239,172,249). Sum of RGB (Red+Green+Blue) = 239+172+249=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF9 is #105306. Grayscale: #C8C8C8. Windows color (decimal): -1069831 or 16362735. OLE color: 16362735.

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

Color convert

RGB 239 172 249 -
CMYK 0.04 0.31 0 0.02
HSL 292.21º 0.87% 0.83% -
HSV(B) 292.21º 0.31% 0.98% -
XYZ 67.45 54.7 96.62 -
YUV 200.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 239 172 249 0.04 0.31 0 0.02 292.21 0.87 0.83
Hex EF AC F9 4 1F 0 2 124 57 53
Octal 357 254 371 4 37 0 2 444 127 123
Binary 11101111 10101100 11111001 100 11111 0 10 100100100 1010111 1010011

Color Harmonies of #EFACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACF9

Black with #EFACF9

Text Example


Text Example

White with #EFACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACF9; }

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

 H1.HeaderClassName
 {
   color: #EFACF9;
 }
 .AnyTagClassName
 {
   color: #EFACF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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