Html Css Color HEX #EFBAFC Mauve

📋 copy color: '#EFBAFC'

red 239 ◦ green 186 ◦ blue 252

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

Shades of Mauve #EFBAFC

Tints of Mauve #EFBAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.47%

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

R = 35.3%
G = 27.47%
B = 37.22%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFBAFC (or 0xEFBAFC) is known color: Mauve. HEX triplet: EF, BA and FC. RGB value is (239,186,252). Sum of RGB (Red+Green+Blue) = 239+186+252=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAFC is #104503. Grayscale: #D1D1D1. Windows color (decimal): -1066244 or 16562927. OLE color: 16562927.

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

Color convert

RGB 239 186 252 -
CMYK 0.05 0.26 0 0.01
HSL 288.18º 0.92% 0.86% -
HSV(B) 288.18º 0.26% 0.99% -
XYZ 70.73 60.5 100.04 -
YUV 209.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 239 186 252 0.05 0.26 0 0.01 288.18 0.92 0.86
Hex EF BA FC 5 1A 0 1 120 5C 56
Octal 357 272 374 5 32 0 1 440 134 126
Binary 11101111 10111010 11111100 101 11010 0 1 100100000 1011100 1010110

Color Harmonies of #EFBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAFC

Black with #EFBAFC

Text Example


Text Example

White with #EFBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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