Html Css Color HEX #EFC1FB Mauve

📋 copy color: '#EFC1FB'

red 239 ◦ green 193 ◦ blue 251

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

Shades of Mauve #EFC1FB

Tints of Mauve #EFC1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.75%

R = 34.99%
G = 28.26%
B = 36.75%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFC1FB (or 0xEFC1FB) is known color: Mauve. HEX triplet: EF, C1 and FB. RGB value is (239,193,251). Sum of RGB (Red+Green+Blue) = 239+193+251=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1FB is #103E04. Grayscale: #D5D5D5. Windows color (decimal): -1064453 or 16499183. OLE color: 16499183.

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

Color convert

RGB 239 193 251 -
CMYK 0.05 0.23 0 0.02
HSL 287.59º 0.88% 0.87% -
HSV(B) 287.59º 0.23% 0.98% -
XYZ 72.08 63.46 99.72 -
YUV 213.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 239 193 251 0.05 0.23 0 0.02 287.59 0.88 0.87
Hex EF C1 FB 5 17 0 2 120 58 57
Octal 357 301 373 5 27 0 2 440 130 127
Binary 11101111 11000001 11111011 101 10111 0 10 100100000 1011000 1010111

Color Harmonies of #EFC1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1FB

Black with #EFC1FB

Text Example


Text Example

White with #EFC1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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