Html Css Color HEX #EFACF6 Mauve

📋 copy color: '#EFACF6'

red 239 ◦ green 172 ◦ blue 246

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

Shades of Mauve #EFACF6

Tints of Mauve #EFACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.44%

R = 36.38%
G = 26.18%
B = 37.44%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFACF6 (or 0xEFACF6) is known color: Mauve. HEX triplet: EF, AC and F6. RGB value is (239,172,246). Sum of RGB (Red+Green+Blue) = 239+172+246=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF6 is #105309. Grayscale: #C8C8C8. Windows color (decimal): -1069834 or 16166127. OLE color: 16166127.

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

Color convert

RGB 239 172 246 -
CMYK 0.03 0.30 0 0.04
HSL 294.32º 0.8% 0.82% -
HSV(B) 294.32º 0.3% 0.96% -
XYZ 66.98 54.51 94.18 -
YUV 200.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 239 172 246 0.03 0.30 0 0.04 294.32 0.8 0.82
Hex EF AC F6 3 1E 0 4 126 50 52
Octal 357 254 366 3 36 0 4 446 120 122
Binary 11101111 10101100 11110110 11 11110 0 100 100100110 1010000 1010010

Color Harmonies of #EFACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACF6

Black with #EFACF6

Text Example


Text Example

White with #EFACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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