Html Css Color HEX #EFBBFB Mauve

📋 copy color: '#EFBBFB'

red 239 ◦ green 187 ◦ blue 251

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

Shades of Mauve #EFBBFB

Tints of Mauve #EFBBFB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.62%

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

R = 35.3%
G = 27.62%
B = 37.08%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFBBFB (or 0xEFBBFB) is known color: Mauve. HEX triplet: EF, BB and FB. RGB value is (239,187,251). Sum of RGB (Red+Green+Blue) = 239+187+251=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFBBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBFB is #104404. Grayscale: #D1D1D1. Windows color (decimal): -1065989 or 16497647. OLE color: 16497647.

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

Color convert

RGB 239 187 251 -
CMYK 0.05 0.25 0 0.02
HSL 288.75º 0.89% 0.86% -
HSV(B) 288.75º 0.25% 0.98% -
XYZ 70.78 60.86 99.28 -
YUV 209.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 239 187 251 0.05 0.25 0 0.02 288.75 0.89 0.86
Hex EF BB FB 5 19 0 2 121 59 56
Octal 357 273 373 5 31 0 2 441 131 126
Binary 11101111 10111011 11111011 101 11001 0 10 100100001 1011001 1010110

Color Harmonies of #EFBBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBFB

Black with #EFBBFB

Text Example


Text Example

White with #EFBBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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