Html Css Color HEX #EFC4FC Mauve

📋 copy color: '#EFC4FC'

red 239 ◦ green 196 ◦ blue 252

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

Shades of Mauve #EFC4FC

Tints of Mauve #EFC4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.68%

R = 34.79%
G = 28.53%
B = 36.68%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFC4FC (or 0xEFC4FC) is known color: Mauve. HEX triplet: EF, C4 and FC. RGB value is (239,196,252). Sum of RGB (Red+Green+Blue) = 239+196+252=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 196 (76.95% from 255 or 28.53% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4FC is #103B03. Grayscale: #D7D7D7. Windows color (decimal): -1063684 or 16565487. OLE color: 16565487.

HSL color Cylindrical-coordinate representation of color #EFC4FC: hue angle of 286.07º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC4FC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 196 252 -
CMYK 0.05 0.22 0 0.01
HSL 286.07º 0.9% 0.88% -
HSV(B) 286.07º 0.22% 0.99% -
XYZ 72.91 64.86 100.77 -
YUV 215.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 239 196 252 0.05 0.22 0 0.01 286.07 0.9 0.88
Hex EF C4 FC 5 16 0 1 11E 5A 58
Octal 357 304 374 5 26 0 1 436 132 130
Binary 11101111 11000100 11111100 101 10110 0 1 100011110 1011010 1011000

Color Harmonies of #EFC4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4FC

Black with #EFC4FC

Text Example


Text Example

White with #EFC4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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