Html Css Color HEX #EFAEFD Mauve

📋 copy color: '#EFAEFD'

red 239 ◦ green 174 ◦ blue 253

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

Shades of Mauve #EFAEFD

Tints of Mauve #EFAEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.99%

R = 35.89%
G = 26.13%
B = 37.99%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFAEFD (or 0xEFAEFD) is known color: Mauve. HEX triplet: EF, AE and FD. RGB value is (239,174,253). Sum of RGB (Red+Green+Blue) = 239+174+253=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 174 (68.36% from 255 or 26.13% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEFD is #105102. Grayscale: #CACACA. Windows color (decimal): -1069315 or 16625391. OLE color: 16625391.

HSL color Cylindrical-coordinate representation of color #EFAEFD: hue angle of 289.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFAEFD is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 174 253 -
CMYK 0.06 0.31 0 0.01
HSL 289.37º 0.95% 0.84% -
HSV(B) 289.37º 0.31% 0.99% -
XYZ 68.46 55.71 100.07 -
YUV 202.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 239 174 253 0.06 0.31 0 0.01 289.37 0.95 0.84
Hex EF AE FD 6 1F 0 1 121 5F 54
Octal 357 256 375 6 37 0 1 441 137 124
Binary 11101111 10101110 11111101 110 11111 0 1 100100001 1011111 1010100

Color Harmonies of #EFAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEFD

Black with #EFAEFD

Text Example


Text Example

White with #EFAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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