Html Css Color HEX #EFB3FE Mauve

📋 copy color: '#EFB3FE'

red 239 ◦ green 179 ◦ blue 254

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

Shades of Mauve #EFB3FE

Tints of Mauve #EFB3FE

RGB

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

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

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

R = 35.57%
G = 26.64%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFB3FE (or 0xEFB3FE) is known color: Mauve. HEX triplet: EF, B3 and FE. RGB value is (239,179,254). Sum of RGB (Red+Green+Blue) = 239+179+254=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 179 (70.31% from 255 or 26.64% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3FE is #104C01. Grayscale: #CDCDCD. Windows color (decimal): -1068034 or 16692207. OLE color: 16692207.

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

Color convert

RGB 239 179 254 -
CMYK 0.06 0.30 0 0.00
HSL 288º 0.97% 0.85% -
HSV(B) 288º 0.3% 1% -
XYZ 69.61 57.75 101.24 -
YUV 205.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 239 179 254 0.06 0.30 0 0.00 288 0.97 0.85
Hex EF B3 FE 6 1E 0 0 120 61 55
Octal 357 263 376 6 36 0 0 440 141 125
Binary 11101111 10110011 11111110 110 11110 0 0 100100000 1100001 1010101

Color Harmonies of #EFB3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3FE

Black with #EFB3FE

Text Example


Text Example

White with #EFB3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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