Html Css Color HEX #EDC7FE Mauve

📋 copy color: '#EDC7FE'

red 237 ◦ green 199 ◦ blue 254

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

Shades of Mauve #EDC7FE

Tints of Mauve #EDC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.84%

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

R = 34.35%
G = 28.84%
B = 36.81%

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

#EDC7FE (or 0xEDC7FE) is known color: Mauve. HEX triplet: ED, C7 and FE. RGB value is (237,199,254). Sum of RGB (Red+Green+Blue) = 237+199+254=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7FE is #123801. Grayscale: #D8D8D8. Windows color (decimal): -1193986 or 16697325. OLE color: 16697325.

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

Color convert

RGB 237 199 254 -
CMYK 0.07 0.22 0 0.00
HSL 281.45º 0.96% 0.89% -
HSV(B) 281.45º 0.22% 1% -
XYZ 73.24 66.01 102.65 -
YUV 216.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 237 199 254 0.07 0.22 0 0.00 281.45 0.96 0.89
Hex ED C7 FE 7 16 0 0 119 60 59
Octal 355 307 376 7 26 0 0 431 140 131
Binary 11101101 11000111 11111110 111 10110 0 0 100011001 1100000 1011001

Color Harmonies of #EDC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7FE

Black with #EDC7FE

Text Example


Text Example

White with #EDC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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