Html Css Color HEX #EFC4FF Mauve

📋 copy color: '#EFC4FF'

red 239 ◦ green 196 ◦ blue 255

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

Shades of Mauve #EFC4FF

Tints of Mauve #EFC4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.41%

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

R = 34.64%
G = 28.41%
B = 36.96%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFC4FF (or 0xEFC4FF) is known color: Mauve. HEX triplet: EF, C4 and FF. RGB value is (239,196,255). Sum of RGB (Red+Green+Blue) = 239+196+255=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 196 (76.95% from 255 or 28.41% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4FF is #103B00. Grayscale: #D7D7D7. Windows color (decimal): -1063681 or 16762095. OLE color: 16762095.

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

Color convert

RGB 239 196 255 -
CMYK 0.06 0.23 0 0
HSL 283.73º 1% 0.88% -
HSV(B) 283.73º 0.23% 1% -
XYZ 73.39 65.05 103.3 -
YUV 215.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 239 196 255 0.06 0.23 0 0 283.73 1 0.88
Hex EF C4 FF 6 17 0 0 11C 64 58
Octal 357 304 377 6 27 0 0 434 144 130
Binary 11101111 11000100 11111111 110 10111 0 0 100011100 1100100 1011000

Color Harmonies of #EFC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4FF

Black with #EFC4FF

Text Example


Text Example

White with #EFC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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