Html Css Color HEX #EFB6F9 Mauve

📋 copy color: '#EFB6F9'

red 239 ◦ green 182 ◦ blue 249

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

Shades of Mauve #EFB6F9

Tints of Mauve #EFB6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.16%

R = 35.67%
G = 27.16%
B = 37.16%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFB6F9 (or 0xEFB6F9) is known color: Mauve. HEX triplet: EF, B6 and F9. RGB value is (239,182,249). Sum of RGB (Red+Green+Blue) = 239+182+249=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 182 (71.48% from 255 or 27.16% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFB6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6F9 is #104906. Grayscale: #CECECE. Windows color (decimal): -1067271 or 16365295. OLE color: 16365295.

HSL color Cylindrical-coordinate representation of color #EFB6F9: hue angle of 291.04º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB6F9 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 182 249 -
CMYK 0.04 0.27 0 0.02
HSL 291.04º 0.85% 0.85% -
HSV(B) 291.04º 0.27% 0.98% -
XYZ 69.42 58.65 97.28 -
YUV 206.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 239 182 249 0.04 0.27 0 0.02 291.04 0.85 0.85
Hex EF B6 F9 4 1B 0 2 123 55 55
Octal 357 266 371 4 33 0 2 443 125 125
Binary 11101111 10110110 11111001 100 11011 0 10 100100011 1010101 1010101

Color Harmonies of #EFB6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6F9

Black with #EFB6F9

Text Example


Text Example

White with #EFB6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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