Html Css Color HEX #EFB9FD Mauve

📋 copy color: '#EFB9FD'

red 239 ◦ green 185 ◦ blue 253

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

Shades of Mauve #EFB9FD

Tints of Mauve #EFB9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.37%

R = 35.3%
G = 27.33%
B = 37.37%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFB9FD (or 0xEFB9FD) is known color: Mauve. HEX triplet: EF, B9 and FD. RGB value is (239,185,253). Sum of RGB (Red+Green+Blue) = 239+185+253=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9FD is #104602. Grayscale: #D0D0D0. Windows color (decimal): -1066499 or 16628207. OLE color: 16628207.

HSL color Cylindrical-coordinate representation of color #EFB9FD: hue angle of 287.65º degrees, saturation: 0.94, 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 #EFB9FD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 185 253 -
CMYK 0.06 0.27 0 0.01
HSL 287.65º 0.94% 0.86% -
HSV(B) 287.65º 0.27% 0.99% -
XYZ 70.68 60.14 100.81 -
YUV 208.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 239 185 253 0.06 0.27 0 0.01 287.65 0.94 0.86
Hex EF B9 FD 6 1B 0 1 120 5E 56
Octal 357 271 375 6 33 0 1 440 136 126
Binary 11101111 10111001 11111101 110 11011 0 1 100100000 1011110 1010110

Color Harmonies of #EFB9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9FD

Black with #EFB9FD

Text Example


Text Example

White with #EFB9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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