Html Css Color HEX #EDC1FE Mauve

📋 copy color: '#EDC1FE'

red 237 ◦ green 193 ◦ blue 254

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

Shades of Mauve #EDC1FE

Tints of Mauve #EDC1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.13%

R = 34.65%
G = 28.22%
B = 37.13%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDC1FE (or 0xEDC1FE) is known color: Mauve. HEX triplet: ED, C1 and FE. RGB value is (237,193,254). Sum of RGB (Red+Green+Blue) = 237+193+254=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 193 (75.78% from 255 or 28.22% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1FE is #123E01. Grayscale: #D4D4D4. Windows color (decimal): -1195522 or 16695789. OLE color: 16695789.

HSL color Cylindrical-coordinate representation of color #EDC1FE: hue angle of 283.28º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDC1FE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 193 254 -
CMYK 0.07 0.24 0 0.00
HSL 283.28º 0.97% 0.88% -
HSV(B) 283.28º 0.24% 1% -
XYZ 71.88 63.3 102.2 -
YUV 213.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 237 193 254 0.07 0.24 0 0.00 283.28 0.97 0.88
Hex ED C1 FE 7 18 0 0 11B 61 58
Octal 355 301 376 7 30 0 0 433 141 130
Binary 11101101 11000001 11111110 111 11000 0 0 100011011 1100001 1011000

Color Harmonies of #EDC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1FE

Black with #EDC1FE

Text Example


Text Example

White with #EDC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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