Html Css Color HEX #EDC2FA Mauve

📋 copy color: '#EDC2FA'

red 237 ◦ green 194 ◦ blue 250

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

Shades of Mauve #EDC2FA

Tints of Mauve #EDC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.49%

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

R = 34.8%
G = 28.49%
B = 36.71%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDC2FA (or 0xEDC2FA) is known color: Mauve. HEX triplet: ED, C2 and FA. RGB value is (237,194,250). Sum of RGB (Red+Green+Blue) = 237+194+250=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDC2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2FA is #123D05. Grayscale: #D5D5D5. Windows color (decimal): -1195270 or 16433901. OLE color: 16433901.

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

Color convert

RGB 237 194 250 -
CMYK 0.05 0.22 0 0.02
HSL 286.07º 0.85% 0.87% -
HSV(B) 286.07º 0.22% 0.98% -
XYZ 71.47 63.49 98.93 -
YUV 213.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 237 194 250 0.05 0.22 0 0.02 286.07 0.85 0.87
Hex ED C2 FA 5 16 0 2 11E 55 57
Octal 355 302 372 5 26 0 2 436 125 127
Binary 11101101 11000010 11111010 101 10110 0 10 100011110 1010101 1010111

Color Harmonies of #EDC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2FA

Black with #EDC2FA

Text Example


Text Example

White with #EDC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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