Html Css Color HEX #EFB3F6 Mauve

📋 copy color: '#EFB3F6'

red 239 ◦ green 179 ◦ blue 246

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

Shades of Mauve #EFB3F6

Tints of Mauve #EFB3F6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.96%

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

R = 35.99%
G = 26.96%
B = 37.05%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFB3F6 (or 0xEFB3F6) is known color: Mauve. HEX triplet: EF, B3 and F6. RGB value is (239,179,246). Sum of RGB (Red+Green+Blue) = 239+179+246=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFB3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3F6 is #104C09. Grayscale: #CCCCCC. Windows color (decimal): -1068042 or 16167919. OLE color: 16167919.

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

Color convert

RGB 239 179 246 -
CMYK 0.03 0.27 0 0.04
HSL 293.73º 0.79% 0.83% -
HSV(B) 293.73º 0.27% 0.96% -
XYZ 68.35 57.24 94.64 -
YUV 204.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 239 179 246 0.03 0.27 0 0.04 293.73 0.79 0.83
Hex EF B3 F6 3 1B 0 4 126 4F 53
Octal 357 263 366 3 33 0 4 446 117 123
Binary 11101111 10110011 11110110 11 11011 0 100 100100110 1001111 1010011

Color Harmonies of #EFB3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3F6

Black with #EFB3F6

Text Example


Text Example

White with #EFB3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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