Html Css Color HEX #EFAEF8 Mauve

📋 copy color: '#EFAEF8'

red 239 ◦ green 174 ◦ blue 248

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

Shades of Mauve #EFAEF8

Tints of Mauve #EFAEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.52%

R = 36.16%
G = 26.32%
B = 37.52%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFAEF8 (or 0xEFAEF8) is known color: Mauve. HEX triplet: EF, AE and F8. RGB value is (239,174,248). Sum of RGB (Red+Green+Blue) = 239+174+248=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFAEF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEF8 is #105107. Grayscale: #C9C9C9. Windows color (decimal): -1069320 or 16297711. OLE color: 16297711.

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

Color convert

RGB 239 174 248 -
CMYK 0.04 0.30 0 0.03
HSL 292.7º 0.84% 0.83% -
HSV(B) 292.7º 0.3% 0.97% -
XYZ 67.68 55.4 95.93 -
YUV 201.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 239 174 248 0.04 0.30 0 0.03 292.7 0.84 0.83
Hex EF AE F8 4 1E 0 3 125 54 53
Octal 357 256 370 4 36 0 3 445 124 123
Binary 11101111 10101110 11111000 100 11110 0 11 100100101 1010100 1010011

Color Harmonies of #EFAEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEF8

Black with #EFAEF8

Text Example


Text Example

White with #EFAEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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