Html Css Color HEX #EDC1FA Mauve

📋 copy color: '#EDC1FA'

red 237 ◦ green 193 ◦ blue 250

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

Shades of Mauve #EDC1FA

Tints of Mauve #EDC1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.38%

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

R = 34.85%
G = 28.38%
B = 36.76%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDC1FA (or 0xEDC1FA) is known color: Mauve. HEX triplet: ED, C1 and FA. RGB value is (237,193,250). Sum of RGB (Red+Green+Blue) = 237+193+250=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDC1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1FA is #123E05. Grayscale: #D4D4D4. Windows color (decimal): -1195526 or 16433645. OLE color: 16433645.

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

Color convert

RGB 237 193 250 -
CMYK 0.05 0.23 0 0.02
HSL 286.32º 0.85% 0.87% -
HSV(B) 286.32º 0.23% 0.98% -
XYZ 71.25 63.05 98.86 -
YUV 212.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 237 193 250 0.05 0.23 0 0.02 286.32 0.85 0.87
Hex ED C1 FA 5 17 0 2 11E 55 57
Octal 355 301 372 5 27 0 2 436 125 127
Binary 11101101 11000001 11111010 101 10111 0 10 100011110 1010101 1010111

Color Harmonies of #EDC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1FA

Black with #EDC1FA

Text Example


Text Example

White with #EDC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1FA; }

 p { color: rgb(237,193,250); }

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

background-color css

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

 a { background-color: rgb(237,193,250); }

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

border-color css

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

 span { border-color: rgb(237,193,250); }

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