Html Css Color HEX #EDA6FC Mauve

📋 copy color: '#EDA6FC'

red 237 ◦ green 166 ◦ blue 252

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

Shades of Mauve #EDA6FC

Tints of Mauve #EDA6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.34%

 BLUE value IS 252 (98.83% from 255) = 38.47%

R = 36.18%
G = 25.34%
B = 38.47%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDA6FC (or 0xEDA6FC) is known color: Mauve. HEX triplet: ED, A6 and FC. RGB value is (237,166,252). Sum of RGB (Red+Green+Blue) = 237+166+252=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 166 (65.23% from 255 or 25.34% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDA6FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6FC is #125903. Grayscale: #C4C4C4. Windows color (decimal): -1202436 or 16557805. OLE color: 16557805.

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

Color convert

RGB 237 166 252 -
CMYK 0.06 0.34 0 0.01
HSL 289.53º 0.93% 0.82% -
HSV(B) 289.53º 0.34% 0.99% -
XYZ 66.13 52.31 98.71 -
YUV 197.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 237 166 252 0.06 0.34 0 0.01 289.53 0.93 0.82
Hex ED A6 FC 6 22 0 1 122 5D 52
Octal 355 246 374 6 42 0 1 442 135 122
Binary 11101101 10100110 11111100 110 100010 0 1 100100010 1011101 1010010

Color Harmonies of #EDA6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6FC

Black with #EDA6FC

Text Example


Text Example

White with #EDA6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6FC; }

 p { color: rgb(237,166,252); }

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

background-color css

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

 a { background-color: rgb(237,166,252); }

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

border-color css

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

 span { border-color: rgb(237,166,252); }

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