Html Css Color HEX #EFC5FE Mauve

📋 copy color: '#EFC5FE'

red 239 ◦ green 197 ◦ blue 254

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

Shades of Mauve #EFC5FE

Tints of Mauve #EFC5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.55%

 BLUE value IS 254 (99.61% from 255) = 36.81%

R = 34.64%
G = 28.55%
B = 36.81%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFC5FE (or 0xEFC5FE) is known color: Mauve. HEX triplet: EF, C5 and FE. RGB value is (239,197,254). Sum of RGB (Red+Green+Blue) = 239+197+254=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 197 (77.34% from 255 or 28.55% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5FE is #103A01. Grayscale: #D7D7D7. Windows color (decimal): -1063426 or 16696815. OLE color: 16696815.

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

Color convert

RGB 239 197 254 -
CMYK 0.06 0.22 0 0.00
HSL 284.21º 0.97% 0.88% -
HSV(B) 284.21º 0.22% 1% -
XYZ 73.45 65.44 102.53 -
YUV 216.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 239 197 254 0.06 0.22 0 0.00 284.21 0.97 0.88
Hex EF C5 FE 6 16 0 0 11C 61 58
Octal 357 305 376 6 26 0 0 434 141 130
Binary 11101111 11000101 11111110 110 10110 0 0 100011100 1100001 1011000

Color Harmonies of #EFC5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5FE

Black with #EFC5FE

Text Example


Text Example

White with #EFC5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5FE; }

 p { color: rgb(239,197,254); }

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

background-color css

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

 a { background-color: rgb(239,197,254); }

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

border-color css

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

 span { border-color: rgb(239,197,254); }

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