Html Css Color HEX #EFC2FF Mauve

📋 copy color: '#EFC2FF'

red 239 ◦ green 194 ◦ blue 255

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

Shades of Mauve #EFC2FF

Tints of Mauve #EFC2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.06%

R = 34.74%
G = 28.2%
B = 37.06%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFC2FF (or 0xEFC2FF) is known color: Mauve. HEX triplet: EF, C2 and FF. RGB value is (239,194,255). Sum of RGB (Red+Green+Blue) = 239+194+255=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 194 (76.17% from 255 or 28.20% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2FF is #103D00. Grayscale: #D6D6D6. Windows color (decimal): -1064193 or 16761583. OLE color: 16761583.

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

Color convert

RGB 239 194 255 -
CMYK 0.06 0.24 0 0
HSL 284.26º 1% 0.88% -
HSV(B) 284.26º 0.24% 1% -
XYZ 72.94 64.15 103.15 -
YUV 214.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 239 194 255 0.06 0.24 0 0 284.26 1 0.88
Hex EF C2 FF 6 18 0 0 11C 64 58
Octal 357 302 377 6 30 0 0 434 144 130
Binary 11101111 11000010 11111111 110 11000 0 0 100011100 1100100 1011000

Color Harmonies of #EFC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2FF

Black with #EFC2FF

Text Example


Text Example

White with #EFC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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