Html Css Color HEX #EDC5FF Mauve

📋 copy color: '#EDC5FF'

red 237 ◦ green 197 ◦ blue 255

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

Shades of Mauve #EDC5FF

Tints of Mauve #EDC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.59%

 BLUE value IS 255 (100% from 255) = 37.01%

R = 34.4%
G = 28.59%
B = 37.01%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDC5FF (or 0xEDC5FF) is known color: Mauve. HEX triplet: ED, C5 and FF. RGB value is (237,197,255). Sum of RGB (Red+Green+Blue) = 237+197+255=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 197 (77.34% from 255 or 28.59% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5FF is #123A00. Grayscale: #D7D7D7. Windows color (decimal): -1194497 or 16762349. OLE color: 16762349.

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

Color convert

RGB 237 197 255 -
CMYK 0.07 0.23 0 0
HSL 281.38º 1% 0.89% -
HSV(B) 281.38º 0.23% 1% -
XYZ 72.94 65.16 103.34 -
YUV 215.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 237 197 255 0.07 0.23 0 0 281.38 1 0.89
Hex ED C5 FF 7 17 0 0 119 64 59
Octal 355 305 377 7 27 0 0 431 144 131
Binary 11101101 11000101 11111111 111 10111 0 0 100011001 1100100 1011001

Color Harmonies of #EDC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5FF

Black with #EDC5FF

Text Example


Text Example

White with #EDC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5FF; }

 p { color: rgb(237,197,255); }

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

background-color css

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

 a { background-color: rgb(237,197,255); }

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

border-color css

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

 span { border-color: rgb(237,197,255); }

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