Html Css Color HEX #EFB3FD Mauve

📋 copy color: '#EFB3FD'

red 239 ◦ green 179 ◦ blue 253

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

Shades of Mauve #EFB3FD

Tints of Mauve #EFB3FD

RGB

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

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

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

R = 35.62%
G = 26.68%
B = 37.7%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFB3FD (or 0xEFB3FD) is known color: Mauve. HEX triplet: EF, B3 and FD. RGB value is (239,179,253). Sum of RGB (Red+Green+Blue) = 239+179+253=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 179 (70.31% from 255 or 26.68% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3FD is #104C02. Grayscale: #CDCDCD. Windows color (decimal): -1068035 or 16626671. OLE color: 16626671.

HSL color Cylindrical-coordinate representation of color #EFB3FD: hue angle of 288.65º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB3FD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 179 253 -
CMYK 0.06 0.29 0 0.01
HSL 288.65º 0.95% 0.85% -
HSV(B) 288.65º 0.29% 0.99% -
XYZ 69.45 57.68 100.4 -
YUV 205.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 239 179 253 0.06 0.29 0 0.01 288.65 0.95 0.85
Hex EF B3 FD 6 1D 0 1 121 5F 55
Octal 357 263 375 6 35 0 1 441 137 125
Binary 11101111 10110011 11111101 110 11101 0 1 100100001 1011111 1010101

Color Harmonies of #EFB3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3FD

Black with #EFB3FD

Text Example


Text Example

White with #EFB3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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