Html Css Color HEX #EFB9FF Mauve

📋 copy color: '#EFB9FF'

red 239 ◦ green 185 ◦ blue 255

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

Shades of Mauve #EFB9FF

Tints of Mauve #EFB9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.56%

R = 35.2%
G = 27.25%
B = 37.56%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFB9FF (or 0xEFB9FF) is known color: Mauve. HEX triplet: EF, B9 and FF. RGB value is (239,185,255). Sum of RGB (Red+Green+Blue) = 239+185+255=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 185 (72.66% from 255 or 27.25% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9FF is #104600. Grayscale: #D0D0D0. Windows color (decimal): -1066497 or 16759279. OLE color: 16759279.

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

Color convert

RGB 239 185 255 -
CMYK 0.06 0.27 0 0
HSL 286.29º 1% 0.86% -
HSV(B) 286.29º 0.27% 1% -
XYZ 71 60.27 102.5 -
YUV 209.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 239 185 255 0.06 0.27 0 0 286.29 1 0.86
Hex EF B9 FF 6 1B 0 0 11E 64 56
Octal 357 271 377 6 33 0 0 436 144 126
Binary 11101111 10111001 11111111 110 11011 0 0 100011110 1100100 1010110

Color Harmonies of #EFB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9FF

Black with #EFB9FF

Text Example


Text Example

White with #EFB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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