Html Css Color HEX #EFC3FA Mauve

📋 copy color: '#EFC3FA'

red 239 ◦ green 195 ◦ blue 250

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

Shades of Mauve #EFC3FA

Tints of Mauve #EFC3FA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.51%

 BLUE value IS 250 (98.05% from 255) = 36.55%

R = 34.94%
G = 28.51%
B = 36.55%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFC3FA (or 0xEFC3FA) is known color: Mauve. HEX triplet: EF, C3 and FA. RGB value is (239,195,250). Sum of RGB (Red+Green+Blue) = 239+195+250=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3FA is #103C05. Grayscale: #D6D6D6. Windows color (decimal): -1063942 or 16434159. OLE color: 16434159.

HSL color Cylindrical-coordinate representation of color #EFC3FA: hue angle of 288º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC3FA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 195 250 -
CMYK 0.04 0.22 0 0.02
HSL 288º 0.85% 0.87% -
HSV(B) 288º 0.22% 0.98% -
XYZ 72.37 64.28 99.04 -
YUV 214.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 239 195 250 0.04 0.22 0 0.02 288 0.85 0.87
Hex EF C3 FA 4 16 0 2 120 55 57
Octal 357 303 372 4 26 0 2 440 125 127
Binary 11101111 11000011 11111010 100 10110 0 10 100100000 1010101 1010111

Color Harmonies of #EFC3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3FA

Black with #EFC3FA

Text Example


Text Example

White with #EFC3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3FA; }

 p { color: rgb(239,195,250); }

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

background-color css

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

 a { background-color: rgb(239,195,250); }

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

border-color css

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

 span { border-color: rgb(239,195,250); }

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