Html Css Color HEX #EFC1FE Mauve

📋 copy color: '#EFC1FE'

red 239 ◦ green 193 ◦ blue 254

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

Shades of Mauve #EFC1FE

Tints of Mauve #EFC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.13%

 BLUE value IS 254 (99.61% from 255) = 37.03%

R = 34.84%
G = 28.13%
B = 37.03%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFC1FE (or 0xEFC1FE) is known color: Mauve. HEX triplet: EF, C1 and FE. RGB value is (239,193,254). Sum of RGB (Red+Green+Blue) = 239+193+254=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 193 (75.78% from 255 or 28.13% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFC1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1FE is #103E01. Grayscale: #D5D5D5. Windows color (decimal): -1064450 or 16695791. OLE color: 16695791.

HSL color Cylindrical-coordinate representation of color #EFC1FE: hue angle of 285.25º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC1FE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 193 254 -
CMYK 0.06 0.24 0 0.00
HSL 285.25º 0.97% 0.88% -
HSV(B) 285.25º 0.24% 1% -
XYZ 72.56 63.65 102.23 -
YUV 213.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 239 193 254 0.06 0.24 0 0.00 285.25 0.97 0.88
Hex EF C1 FE 6 18 0 0 11D 61 58
Octal 357 301 376 6 30 0 0 435 141 130
Binary 11101111 11000001 11111110 110 11000 0 0 100011101 1100001 1011000

Color Harmonies of #EFC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1FE

Black with #EFC1FE

Text Example


Text Example

White with #EFC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1FE; }

 p { color: rgb(239,193,254); }

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

background-color css

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

 a { background-color: rgb(239,193,254); }

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

border-color css

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

 span { border-color: rgb(239,193,254); }

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