Html Css Color HEX #EFB6FE Mauve

📋 copy color: '#EFB6FE'

red 239 ◦ green 182 ◦ blue 254

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

Shades of Mauve #EFB6FE

Tints of Mauve #EFB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.96%

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

R = 35.41%
G = 26.96%
B = 37.63%

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

#EFB6FE (or 0xEFB6FE) is known color: Mauve. HEX triplet: EF, B6 and FE. RGB value is (239,182,254). Sum of RGB (Red+Green+Blue) = 239+182+254=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 182 (71.48% from 255 or 26.96% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6FE is #104901. Grayscale: #CFCFCF. Windows color (decimal): -1067266 or 16692975. OLE color: 16692975.

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

Color convert

RGB 239 182 254 -
CMYK 0.06 0.28 0 0.00
HSL 287.5º 0.97% 0.85% -
HSV(B) 287.5º 0.28% 1% -
XYZ 70.21 58.96 101.45 -
YUV 207.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 239 182 254 0.06 0.28 0 0.00 287.5 0.97 0.85
Hex EF B6 FE 6 1C 0 0 120 61 55
Octal 357 266 376 6 34 0 0 440 141 125
Binary 11101111 10110110 11111110 110 11100 0 0 100100000 1100001 1010101

Color Harmonies of #EFB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6FE

Black with #EFB6FE

Text Example


Text Example

White with #EFB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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