Html Css Color HEX #EDC6FE Mauve

📋 copy color: '#EDC6FE'

red 237 ◦ green 198 ◦ blue 254

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

Shades of Mauve #EDC6FE

Tints of Mauve #EDC6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.74%

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

R = 34.4%
G = 28.74%
B = 36.87%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDC6FE (or 0xEDC6FE) is known color: Mauve. HEX triplet: ED, C6 and FE. RGB value is (237,198,254). Sum of RGB (Red+Green+Blue) = 237+198+254=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC6FE is #123901. Grayscale: #D7D7D7. Windows color (decimal): -1194242 or 16697069. OLE color: 16697069.

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

Color convert

RGB 237 198 254 -
CMYK 0.07 0.22 0 0.00
HSL 281.79º 0.97% 0.89% -
HSV(B) 281.79º 0.22% 1% -
XYZ 73.01 65.55 102.57 -
YUV 216.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 237 198 254 0.07 0.22 0 0.00 281.79 0.97 0.89
Hex ED C6 FE 7 16 0 0 11A 61 59
Octal 355 306 376 7 26 0 0 432 141 131
Binary 11101101 11000110 11111110 111 10110 0 0 100011010 1100001 1011001

Color Harmonies of #EDC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6FE

Black with #EDC6FE

Text Example


Text Example

White with #EDC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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