Html Css Color HEX #EFB4FE Mauve

📋 copy color: '#EFB4FE'

red 239 ◦ green 180 ◦ blue 254

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

Shades of Mauve #EFB4FE

Tints of Mauve #EFB4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.75%

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

R = 35.51%
G = 26.75%
B = 37.74%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFB4FE (or 0xEFB4FE) is known color: Mauve. HEX triplet: EF, B4 and FE. RGB value is (239,180,254). Sum of RGB (Red+Green+Blue) = 239+180+254=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4FE is #104B01. Grayscale: #CDCDCD. Windows color (decimal): -1067778 or 16692463. OLE color: 16692463.

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

Color convert

RGB 239 180 254 -
CMYK 0.06 0.29 0 0.00
HSL 287.84º 0.97% 0.85% -
HSV(B) 287.84º 0.29% 1% -
XYZ 69.81 58.15 101.31 -
YUV 206.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 239 180 254 0.06 0.29 0 0.00 287.84 0.97 0.85
Hex EF B4 FE 6 1D 0 0 120 61 55
Octal 357 264 376 6 35 0 0 440 141 125
Binary 11101111 10110100 11111110 110 11101 0 0 100100000 1100001 1010101

Color Harmonies of #EFB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4FE

Black with #EFB4FE

Text Example


Text Example

White with #EFB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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