Html Css Color HEX #EFABFF Mauve

📋 copy color: '#EFABFF'

red 239 ◦ green 171 ◦ blue 255

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

Shades of Mauve #EFABFF

Tints of Mauve #EFABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.35%

R = 35.94%
G = 25.71%
B = 38.35%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFABFF (or 0xEFABFF) is known color: Mauve. HEX triplet: EF, AB and FF. RGB value is (239,171,255). Sum of RGB (Red+Green+Blue) = 239+171+255=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABFF is #105400. Grayscale: #C8C8C8. Windows color (decimal): -1070081 or 16755695. OLE color: 16755695.

HSL color Cylindrical-coordinate representation of color #EFABFF: hue angle of 288.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFABFF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 171 255 -
CMYK 0.06 0.33 0 0
HSL 288.57º 1% 0.84% -
HSV(B) 288.57º 0.33% 1% -
XYZ 68.21 54.7 101.57 -
YUV 200.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 239 171 255 0.06 0.33 0 0 288.57 1 0.84
Hex EF AB FF 6 21 0 0 121 64 54
Octal 357 253 377 6 41 0 0 441 144 124
Binary 11101111 10101011 11111111 110 100001 0 0 100100001 1100100 1010100

Color Harmonies of #EFABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABFF

Black with #EFABFF

Text Example


Text Example

White with #EFABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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