Html Css Color HEX #EDA7FE Mauve

📋 copy color: '#EDA7FE'

red 237 ◦ green 167 ◦ blue 254

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

Shades of Mauve #EDA7FE

Tints of Mauve #EDA7FE

RGB

 RED value IS 237 (92.97% from 255) = 36.02%

 GREEN value IS 167 (65.63% from 255) = 25.38%

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 36.02%
G = 25.38%
B = 38.6%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDA7FE (or 0xEDA7FE) is known color: Mauve. HEX triplet: ED, A7 and FE. RGB value is (237,167,254). Sum of RGB (Red+Green+Blue) = 237+167+254=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 167 (65.62% from 255 or 25.38% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7FE is #125801. Grayscale: #C5C5C5. Windows color (decimal): -1202178 or 16689133. OLE color: 16689133.

HSL color Cylindrical-coordinate representation of color #EDA7FE: hue angle of 288.28º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA7FE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 167 254 -
CMYK 0.07 0.34 0 0.00
HSL 288.28º 0.98% 0.83% -
HSV(B) 288.28º 0.34% 1% -
XYZ 66.63 52.8 100.45 -
YUV 197.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 237 167 254 0.07 0.34 0 0.00 288.28 0.98 0.83
Hex ED A7 FE 7 22 0 0 120 62 53
Octal 355 247 376 7 42 0 0 440 142 123
Binary 11101101 10100111 11111110 111 100010 0 0 100100000 1100010 1010011

Color Harmonies of #EDA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7FE

Black with #EDA7FE

Text Example


Text Example

White with #EDA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7FE; }

 p { color: rgb(237,167,254); }

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

background-color css

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

 a { background-color: rgb(237,167,254); }

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

border-color css

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

 span { border-color: rgb(237,167,254); }

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