Html Css Color HEX #EDA8F9 Mauve

📋 copy color: '#EDA8F9'

red 237 ◦ green 168 ◦ blue 249

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

Shades of Mauve #EDA8F9

Tints of Mauve #EDA8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.69%

 BLUE value IS 249 (97.66% from 255) = 38.07%

R = 36.24%
G = 25.69%
B = 38.07%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDA8F9 (or 0xEDA8F9) is known color: Mauve. HEX triplet: ED, A8 and F9. RGB value is (237,168,249). Sum of RGB (Red+Green+Blue) = 237+168+249=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDA8F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8F9 is #125706. Grayscale: #C5C5C5. Windows color (decimal): -1201927 or 16361709. OLE color: 16361709.

HSL color Cylindrical-coordinate representation of color #EDA8F9: hue angle of 291.11º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA8F9 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 168 249 -
CMYK 0.05 0.33 0 0.02
HSL 291.11º 0.87% 0.82% -
HSV(B) 291.11º 0.33% 0.98% -
XYZ 66.03 52.85 96.34 -
YUV 197.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 237 168 249 0.05 0.33 0 0.02 291.11 0.87 0.82
Hex ED A8 F9 5 21 0 2 123 57 52
Octal 355 250 371 5 41 0 2 443 127 122
Binary 11101101 10101000 11111001 101 100001 0 10 100100011 1010111 1010010

Color Harmonies of #EDA8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8F9

Black with #EDA8F9

Text Example


Text Example

White with #EDA8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8F9; }

 p { color: rgb(237,168,249); }

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

background-color css

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

 a { background-color: rgb(237,168,249); }

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

border-color css

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

 span { border-color: rgb(237,168,249); }

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