Html Css Color HEX #EFACF7 Mauve

📋 copy color: '#EFACF7'

red 239 ◦ green 172 ◦ blue 247

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

Shades of Mauve #EFACF7

Tints of Mauve #EFACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.54%

R = 36.32%
G = 26.14%
B = 37.54%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFACF7 (or 0xEFACF7) is known color: Mauve. HEX triplet: EF, AC and F7. RGB value is (239,172,247). Sum of RGB (Red+Green+Blue) = 239+172+247=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF7 is #105308. Grayscale: #C8C8C8. Windows color (decimal): -1069833 or 16231663. OLE color: 16231663.

HSL color Cylindrical-coordinate representation of color #EFACF7: hue angle of 293.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFACF7 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 172 247 -
CMYK 0.03 0.30 0 0.03
HSL 293.6º 0.82% 0.82% -
HSV(B) 293.6º 0.3% 0.97% -
XYZ 67.14 54.57 94.99 -
YUV 200.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 239 172 247 0.03 0.30 0 0.03 293.6 0.82 0.82
Hex EF AC F7 3 1E 0 3 126 52 52
Octal 357 254 367 3 36 0 3 446 122 122
Binary 11101111 10101100 11110111 11 11110 0 11 100100110 1010010 1010010

Color Harmonies of #EFACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACF7

Black with #EFACF7

Text Example


Text Example

White with #EFACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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