Html Css Color HEX #EFADFE Mauve

📋 copy color: '#EFADFE'

red 239 ◦ green 173 ◦ blue 254

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

Shades of Mauve #EFADFE

Tints of Mauve #EFADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.98%

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

R = 35.89%
G = 25.98%
B = 38.14%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFADFE (or 0xEFADFE) is known color: Mauve. HEX triplet: EF, AD and FE. RGB value is (239,173,254). Sum of RGB (Red+Green+Blue) = 239+173+254=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADFE is #105201. Grayscale: #C9C9C9. Windows color (decimal): -1069570 or 16690671. OLE color: 16690671.

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

Color convert

RGB 239 173 254 -
CMYK 0.06 0.32 0 0.00
HSL 288.89º 0.98% 0.84% -
HSV(B) 288.89º 0.32% 1% -
XYZ 68.43 55.39 100.85 -
YUV 201.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 239 173 254 0.06 0.32 0 0.00 288.89 0.98 0.84
Hex EF AD FE 6 20 0 0 121 62 54
Octal 357 255 376 6 40 0 0 441 142 124
Binary 11101111 10101101 11111110 110 100000 0 0 100100001 1100010 1010100

Color Harmonies of #EFADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADFE

Black with #EFADFE

Text Example


Text Example

White with #EFADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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