Html Css Color HEX #EFB9FE Mauve

📋 copy color: '#EFB9FE'

red 239 ◦ green 185 ◦ blue 254

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

Shades of Mauve #EFB9FE

Tints of Mauve #EFB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.29%

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

R = 35.25%
G = 27.29%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFB9FE (or 0xEFB9FE) is known color: Mauve. HEX triplet: EF, B9 and FE. RGB value is (239,185,254). Sum of RGB (Red+Green+Blue) = 239+185+254=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 185 (72.66% from 255 or 27.29% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9FE is #104601. Grayscale: #D0D0D0. Windows color (decimal): -1066498 or 16693743. OLE color: 16693743.

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

Color convert

RGB 239 185 254 -
CMYK 0.06 0.27 0 0.00
HSL 286.96º 0.97% 0.86% -
HSV(B) 286.96º 0.27% 1% -
XYZ 70.83 60.2 101.65 -
YUV 209.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 239 185 254 0.06 0.27 0 0.00 286.96 0.97 0.86
Hex EF B9 FE 6 1B 0 0 11F 61 56
Octal 357 271 376 6 33 0 0 437 141 126
Binary 11101111 10111001 11111110 110 11011 0 0 100011111 1100001 1010110

Color Harmonies of #EFB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9FE

Black with #EFB9FE

Text Example


Text Example

White with #EFB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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