Html Css Color HEX #EFBFFE Mauve

📋 copy color: '#EFBFFE'

red 239 ◦ green 191 ◦ blue 254

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

Shades of Mauve #EFBFFE

Tints of Mauve #EFBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 27.92%

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

R = 34.94%
G = 27.92%
B = 37.13%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFBFFE (or 0xEFBFFE) is known color: Mauve. HEX triplet: EF, BF and FE. RGB value is (239,191,254). Sum of RGB (Red+Green+Blue) = 239+191+254=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFFE is #104001. Grayscale: #D4D4D4. Windows color (decimal): -1064962 or 16695279. OLE color: 16695279.

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

Color convert

RGB 239 191 254 -
CMYK 0.06 0.25 0 0.00
HSL 285.71º 0.97% 0.87% -
HSV(B) 285.71º 0.25% 1% -
XYZ 72.12 62.77 102.08 -
YUV 212.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 239 191 254 0.06 0.25 0 0.00 285.71 0.97 0.87
Hex EF BF FE 6 19 0 0 11E 61 57
Octal 357 277 376 6 31 0 0 436 141 127
Binary 11101111 10111111 11111110 110 11001 0 0 100011110 1100001 1010111

Color Harmonies of #EFBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFFE

Black with #EFBFFE

Text Example


Text Example

White with #EFBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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