Html Css Color HEX #EDC3FE Mauve

📋 copy color: '#EDC3FE'

red 237 ◦ green 195 ◦ blue 254

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

Shades of Mauve #EDC3FE

Tints of Mauve #EDC3FE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.43%

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

R = 34.55%
G = 28.43%
B = 37.03%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDC3FE (or 0xEDC3FE) is known color: Mauve. HEX triplet: ED, C3 and FE. RGB value is (237,195,254). Sum of RGB (Red+Green+Blue) = 237+195+254=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 195 (76.56% from 255 or 28.43% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3FE is #123C01. Grayscale: #D6D6D6. Windows color (decimal): -1195010 or 16696301. OLE color: 16696301.

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

Color convert

RGB 237 195 254 -
CMYK 0.07 0.23 0 0.00
HSL 282.71º 0.97% 0.88% -
HSV(B) 282.71º 0.23% 1% -
XYZ 72.33 64.19 102.34 -
YUV 214.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 237 195 254 0.07 0.23 0 0.00 282.71 0.97 0.88
Hex ED C3 FE 7 17 0 0 11B 61 58
Octal 355 303 376 7 27 0 0 433 141 130
Binary 11101101 11000011 11111110 111 10111 0 0 100011011 1100001 1011000

Color Harmonies of #EDC3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC3FE

Black with #EDC3FE

Text Example


Text Example

White with #EDC3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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