Html Css Color HEX #EFC2F9 Mauve

📋 copy color: '#EFC2F9'

red 239 ◦ green 194 ◦ blue 249

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

Shades of Mauve #EFC2F9

Tints of Mauve #EFC2F9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.45%

 BLUE value IS 249 (97.66% from 255) = 36.51%

R = 35.04%
G = 28.45%
B = 36.51%

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

#EFC2F9 (or 0xEFC2F9) is known color: Mauve. HEX triplet: EF, C2 and F9. RGB value is (239,194,249). Sum of RGB (Red+Green+Blue) = 239+194+249=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFC2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2F9 is #103D06. Grayscale: #D5D5D5. Windows color (decimal): -1064199 or 16368367. OLE color: 16368367.

HSL color Cylindrical-coordinate representation of color #EFC2F9: hue angle of 289.09º degrees, saturation: 0.82, 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 #EFC2F9 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 194 249 -
CMYK 0.04 0.22 0 0.02
HSL 289.09º 0.82% 0.87% -
HSV(B) 289.09º 0.22% 0.98% -
XYZ 71.99 63.77 98.14 -
YUV 213.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 239 194 249 0.04 0.22 0 0.02 289.09 0.82 0.87
Hex EF C2 F9 4 16 0 2 121 52 57
Octal 357 302 371 4 26 0 2 441 122 127
Binary 11101111 11000010 11111001 100 10110 0 10 100100001 1010010 1010111

Color Harmonies of #EFC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2F9

Black with #EFC2F9

Text Example


Text Example

White with #EFC2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2F9; }

 p { color: rgb(239,194,249); }

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

background-color css

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

 a { background-color: rgb(239,194,249); }

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

border-color css

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

 span { border-color: rgb(239,194,249); }

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