Html Css Color HEX #EFABFB Mauve

📋 copy color: '#EFABFB'

red 239 ◦ green 171 ◦ blue 251

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

Shades of Mauve #EFABFB

Tints of Mauve #EFABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.97%

R = 36.16%
G = 25.87%
B = 37.97%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFABFB (or 0xEFABFB) is known color: Mauve. HEX triplet: EF, AB and FB. RGB value is (239,171,251). Sum of RGB (Red+Green+Blue) = 239+171+251=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABFB is #105404. Grayscale: #C8C8C8. Windows color (decimal): -1070085 or 16493551. OLE color: 16493551.

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

Color convert

RGB 239 171 251 -
CMYK 0.05 0.32 0 0.02
HSL 291º 0.91% 0.83% -
HSV(B) 291º 0.32% 0.98% -
XYZ 67.57 54.44 98.21 -
YUV 200.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 239 171 251 0.05 0.32 0 0.02 291 0.91 0.83
Hex EF AB FB 5 20 0 2 123 5B 53
Octal 357 253 373 5 40 0 2 443 133 123
Binary 11101111 10101011 11111011 101 100000 0 10 100100011 1011011 1010011

Color Harmonies of #EFABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABFB

Black with #EFABFB

Text Example


Text Example

White with #EFABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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