Html Css Color HEX #EFAEFA Mauve

📋 copy color: '#EFAEFA'

red 239 ◦ green 174 ◦ blue 250

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

Shades of Mauve #EFAEFA

Tints of Mauve #EFAEFA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.24%

 BLUE value IS 250 (98.05% from 255) = 37.71%

R = 36.05%
G = 26.24%
B = 37.71%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFAEFA (or 0xEFAEFA) is known color: Mauve. HEX triplet: EF, AE and FA. RGB value is (239,174,250). Sum of RGB (Red+Green+Blue) = 239+174+250=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEFA is #105105. Grayscale: #C9C9C9. Windows color (decimal): -1069318 or 16428783. OLE color: 16428783.

HSL color Cylindrical-coordinate representation of color #EFAEFA: hue angle of 291.32º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFAEFA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 174 250 -
CMYK 0.04 0.30 0 0.02
HSL 291.32º 0.88% 0.83% -
HSV(B) 291.32º 0.3% 0.98% -
XYZ 67.99 55.52 97.58 -
YUV 202.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 239 174 250 0.04 0.30 0 0.02 291.32 0.88 0.83
Hex EF AE FA 4 1E 0 2 123 58 53
Octal 357 256 372 4 36 0 2 443 130 123
Binary 11101111 10101110 11111010 100 11110 0 10 100100011 1011000 1010011

Color Harmonies of #EFAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEFA

Black with #EFAEFA

Text Example


Text Example

White with #EFAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEFA; }

 p { color: rgb(239,174,250); }

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

background-color css

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

 a { background-color: rgb(239,174,250); }

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

border-color css

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

 span { border-color: rgb(239,174,250); }

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