Html Css Color HEX #EFADFA Mauve

📋 copy color: '#EFADFA'

red 239 ◦ green 173 ◦ blue 250

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

Shades of Mauve #EFADFA

Tints of Mauve #EFADFA

RGB

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

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

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

R = 36.1%
G = 26.13%
B = 37.76%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFADFA (or 0xEFADFA) is known color: Mauve. HEX triplet: EF, AD and FA. RGB value is (239,173,250). Sum of RGB (Red+Green+Blue) = 239+173+250=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADFA is #105205. Grayscale: #C9C9C9. Windows color (decimal): -1069574 or 16428527. OLE color: 16428527.

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

Color convert

RGB 239 173 250 -
CMYK 0.04 0.31 0 0.02
HSL 291.43º 0.89% 0.83% -
HSV(B) 291.43º 0.31% 0.98% -
XYZ 67.8 55.14 97.51 -
YUV 201.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 239 173 250 0.04 0.31 0 0.02 291.43 0.89 0.83
Hex EF AD FA 4 1F 0 2 123 59 53
Octal 357 255 372 4 37 0 2 443 131 123
Binary 11101111 10101101 11111010 100 11111 0 10 100100011 1011001 1010011

Color Harmonies of #EFADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADFA

Black with #EFADFA

Text Example


Text Example

White with #EFADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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