Html Css Color HEX #EFADF5 Mauve

📋 copy color: '#EFADF5'

red 239 ◦ green 173 ◦ blue 245

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

Shades of Mauve #EFADF5

Tints of Mauve #EFADF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.29%

R = 36.38%
G = 26.33%
B = 37.29%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFADF5 (or 0xEFADF5) is known color: Mauve. HEX triplet: EF, AD and F5. RGB value is (239,173,245). Sum of RGB (Red+Green+Blue) = 239+173+245=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADF5 is #10520A. Grayscale: #C8C8C8. Windows color (decimal): -1069579 or 16100847. OLE color: 16100847.

HSL color Cylindrical-coordinate representation of color #EFADF5: hue angle of 295º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFADF5 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 173 245 -
CMYK 0.02 0.29 0 0.04
HSL 295º 0.78% 0.82% -
HSV(B) 295º 0.29% 0.96% -
XYZ 67.02 54.83 93.44 -
YUV 200.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 239 173 245 0.02 0.29 0 0.04 295 0.78 0.82
Hex EF AD F5 2 1D 0 4 127 4E 52
Octal 357 255 365 2 35 0 4 447 116 122
Binary 11101111 10101101 11110101 10 11101 0 100 100100111 1001110 1010010

Color Harmonies of #EFADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADF5

Black with #EFADF5

Text Example


Text Example

White with #EFADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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