Html Css Color HEX #EFB9F6 Mauve

📋 copy color: '#EFB9F6'

red 239 ◦ green 185 ◦ blue 246

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

Shades of Mauve #EFB9F6

Tints of Mauve #EFB9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.72%

R = 35.67%
G = 27.61%
B = 36.72%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFB9F6 (or 0xEFB9F6) is known color: Mauve. HEX triplet: EF, B9 and F6. RGB value is (239,185,246). Sum of RGB (Red+Green+Blue) = 239+185+246=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFB9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9F6 is #104609. Grayscale: #CFCFCF. Windows color (decimal): -1066506 or 16169455. OLE color: 16169455.

HSL color Cylindrical-coordinate representation of color #EFB9F6: hue angle of 293.11º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB9F6 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 185 246 -
CMYK 0.03 0.25 0 0.04
HSL 293.11º 0.77% 0.85% -
HSV(B) 293.11º 0.25% 0.96% -
XYZ 69.58 59.7 95.05 -
YUV 208.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 239 185 246 0.03 0.25 0 0.04 293.11 0.77 0.85
Hex EF B9 F6 3 19 0 4 125 4D 55
Octal 357 271 366 3 31 0 4 445 115 125
Binary 11101111 10111001 11110110 11 11001 0 100 100100101 1001101 1010101

Color Harmonies of #EFB9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9F6

Black with #EFB9F6

Text Example


Text Example

White with #EFB9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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