Html Css Color HEX #EFB7FE Mauve

📋 copy color: '#EFB7FE'

red 239 ◦ green 183 ◦ blue 254

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

Shades of Mauve #EFB7FE

Tints of Mauve #EFB7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.07%

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

R = 35.36%
G = 27.07%
B = 37.57%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFB7FE (or 0xEFB7FE) is known color: Mauve. HEX triplet: EF, B7 and FE. RGB value is (239,183,254). Sum of RGB (Red+Green+Blue) = 239+183+254=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 183 (71.88% from 255 or 27.07% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7FE is #104801. Grayscale: #CFCFCF. Windows color (decimal): -1067010 or 16693231. OLE color: 16693231.

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

Color convert

RGB 239 183 254 -
CMYK 0.06 0.28 0 0.00
HSL 287.32º 0.97% 0.86% -
HSV(B) 287.32º 0.28% 1% -
XYZ 70.42 59.37 101.51 -
YUV 207.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 239 183 254 0.06 0.28 0 0.00 287.32 0.97 0.86
Hex EF B7 FE 6 1C 0 0 11F 61 56
Octal 357 267 376 6 34 0 0 437 141 126
Binary 11101111 10110111 11111110 110 11100 0 0 100011111 1100001 1010110

Color Harmonies of #EFB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7FE

Black with #EFB7FE

Text Example


Text Example

White with #EFB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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