Html Css Color HEX #EFBBFE Mauve

📋 copy color: '#EFBBFE'

red 239 ◦ green 187 ◦ blue 254

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

Shades of Mauve #EFBBFE

Tints of Mauve #EFBBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 35.15%
G = 27.5%
B = 37.35%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFBBFE (or 0xEFBBFE) is known color: Mauve. HEX triplet: EF, BB and FE. RGB value is (239,187,254). Sum of RGB (Red+Green+Blue) = 239+187+254=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBFE is #104401. Grayscale: #D1D1D1. Windows color (decimal): -1065986 or 16694255. OLE color: 16694255.

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

Color convert

RGB 239 187 254 -
CMYK 0.06 0.26 0 0.00
HSL 286.57º 0.97% 0.86% -
HSV(B) 286.57º 0.26% 1% -
XYZ 71.26 61.05 101.79 -
YUV 210.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 239 187 254 0.06 0.26 0 0.00 286.57 0.97 0.86
Hex EF BB FE 6 1A 0 0 11F 61 56
Octal 357 273 376 6 32 0 0 437 141 126
Binary 11101111 10111011 11111110 110 11010 0 0 100011111 1100001 1010110

Color Harmonies of #EFBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBFE

Black with #EFBBFE

Text Example


Text Example

White with #EFBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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