Html Css Color HEX #EFB9FC Mauve

📋 copy color: '#EFB9FC'

red 239 ◦ green 185 ◦ blue 252

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

Shades of Mauve #EFB9FC

Tints of Mauve #EFB9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.28%

R = 35.36%
G = 27.37%
B = 37.28%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFB9FC (or 0xEFB9FC) is known color: Mauve. HEX triplet: EF, B9 and FC. RGB value is (239,185,252). Sum of RGB (Red+Green+Blue) = 239+185+252=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFB9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9FC is #104603. Grayscale: #D0D0D0. Windows color (decimal): -1066500 or 16562671. OLE color: 16562671.

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

Color convert

RGB 239 185 252 -
CMYK 0.05 0.27 0 0.01
HSL 288.36º 0.92% 0.86% -
HSV(B) 288.36º 0.27% 0.99% -
XYZ 70.52 60.08 99.97 -
YUV 208.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 239 185 252 0.05 0.27 0 0.01 288.36 0.92 0.86
Hex EF B9 FC 5 1B 0 1 120 5C 56
Octal 357 271 374 5 33 0 1 440 134 126
Binary 11101111 10111001 11111100 101 11011 0 1 100100000 1011100 1010110

Color Harmonies of #EFB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9FC

Black with #EFB9FC

Text Example


Text Example

White with #EFB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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