Html Css Color HEX #EFB9FB Mauve

📋 copy color: '#EFB9FB'

red 239 ◦ green 185 ◦ blue 251

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

Shades of Mauve #EFB9FB

Tints of Mauve #EFB9FB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.41%

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

R = 35.41%
G = 27.41%
B = 37.19%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFB9FB (or 0xEFB9FB) is known color: Mauve. HEX triplet: EF, B9 and FB. RGB value is (239,185,251). Sum of RGB (Red+Green+Blue) = 239+185+251=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 185 (72.66% from 255 or 27.41% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9FB is #104604. Grayscale: #D0D0D0. Windows color (decimal): -1066501 or 16497135. OLE color: 16497135.

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

Color convert

RGB 239 185 251 -
CMYK 0.05 0.26 0 0.02
HSL 289.09º 0.89% 0.85% -
HSV(B) 289.09º 0.26% 0.98% -
XYZ 70.36 60.01 99.14 -
YUV 208.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 239 185 251 0.05 0.26 0 0.02 289.09 0.89 0.85
Hex EF B9 FB 5 1A 0 2 121 59 55
Octal 357 271 373 5 32 0 2 441 131 125
Binary 11101111 10111001 11111011 101 11010 0 10 100100001 1011001 1010101

Color Harmonies of #EFB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9FB

Black with #EFB9FB

Text Example


Text Example

White with #EFB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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