Html Css Color HEX #EFB3FB Mauve

📋 copy color: '#EFB3FB'

red 239 ◦ green 179 ◦ blue 251

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

Shades of Mauve #EFB3FB

Tints of Mauve #EFB3FB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.76%

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

R = 35.72%
G = 26.76%
B = 37.52%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFB3FB (or 0xEFB3FB) is known color: Mauve. HEX triplet: EF, B3 and FB. RGB value is (239,179,251). Sum of RGB (Red+Green+Blue) = 239+179+251=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3FB is #104C04. Grayscale: #CCCCCC. Windows color (decimal): -1068037 or 16495599. OLE color: 16495599.

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

Color convert

RGB 239 179 251 -
CMYK 0.05 0.29 0 0.02
HSL 290º 0.9% 0.84% -
HSV(B) 290º 0.29% 0.98% -
XYZ 69.13 57.56 98.73 -
YUV 205.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 239 179 251 0.05 0.29 0 0.02 290 0.9 0.84
Hex EF B3 FB 5 1D 0 2 122 5A 54
Octal 357 263 373 5 35 0 2 442 132 124
Binary 11101111 10110011 11111011 101 11101 0 10 100100010 1011010 1010100

Color Harmonies of #EFB3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3FB

Black with #EFB3FB

Text Example


Text Example

White with #EFB3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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