Html Css Color HEX #EFABFC Mauve

📋 copy color: '#EFABFC'

red 239 ◦ green 171 ◦ blue 252

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

Shades of Mauve #EFABFC

Tints of Mauve #EFABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.83%

 BLUE value IS 252 (98.83% from 255) = 38.07%

R = 36.1%
G = 25.83%
B = 38.07%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFABFC (or 0xEFABFC) is known color: Mauve. HEX triplet: EF, AB and FC. RGB value is (239,171,252). Sum of RGB (Red+Green+Blue) = 239+171+252=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 171 (67.19% from 255 or 25.83% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABFC is #105403. Grayscale: #C8C8C8. Windows color (decimal): -1070084 or 16559087. OLE color: 16559087.

HSL color Cylindrical-coordinate representation of color #EFABFC: hue angle of 290.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFABFC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 171 252 -
CMYK 0.05 0.32 0 0.01
HSL 290.37º 0.93% 0.83% -
HSV(B) 290.37º 0.32% 0.99% -
XYZ 67.73 54.5 99.05 -
YUV 200.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 239 171 252 0.05 0.32 0 0.01 290.37 0.93 0.83
Hex EF AB FC 5 20 0 1 122 5D 53
Octal 357 253 374 5 40 0 1 442 135 123
Binary 11101111 10101011 11111100 101 100000 0 1 100100010 1011101 1010011

Color Harmonies of #EFABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABFC

Black with #EFABFC

Text Example


Text Example

White with #EFABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABFC; }

 p { color: rgb(239,171,252); }

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

background-color css

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

 a { background-color: rgb(239,171,252); }

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

border-color css

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

 span { border-color: rgb(239,171,252); }

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