Html Css Color HEX #EDC1F9 Mauve

📋 copy color: '#EDC1F9'

red 237 ◦ green 193 ◦ blue 249

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

Shades of Mauve #EDC1F9

Tints of Mauve #EDC1F9

RGB

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

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

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

R = 34.9%
G = 28.42%
B = 36.67%

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

#EDC1F9 (or 0xEDC1F9) is known color: Mauve. HEX triplet: ED, C1 and F9. RGB value is (237,193,249). Sum of RGB (Red+Green+Blue) = 237+193+249=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 193 (75.78% from 255 or 28.42% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDC1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1F9 is #123E06. Grayscale: #D4D4D4. Windows color (decimal): -1195527 or 16368109. OLE color: 16368109.

HSL color Cylindrical-coordinate representation of color #EDC1F9: hue angle of 287.14º degrees, saturation: 0.82, 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 #EDC1F9 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 193 249 -
CMYK 0.05 0.22 0 0.02
HSL 287.14º 0.82% 0.87% -
HSV(B) 287.14º 0.22% 0.98% -
XYZ 71.09 62.98 98.03 -
YUV 212.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 237 193 249 0.05 0.22 0 0.02 287.14 0.82 0.87
Hex ED C1 F9 5 16 0 2 11F 52 57
Octal 355 301 371 5 26 0 2 437 122 127
Binary 11101101 11000001 11111001 101 10110 0 10 100011111 1010010 1010111

Color Harmonies of #EDC1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1F9

Black with #EDC1F9

Text Example


Text Example

White with #EDC1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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