Html Css Color HEX #EDACF5 Mauve

📋 copy color: '#EDACF5'

red 237 ◦ green 172 ◦ blue 245

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

Shades of Mauve #EDACF5

Tints of Mauve #EDACF5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.3%

 BLUE value IS 245 (96.09% from 255) = 37.46%

R = 36.24%
G = 26.3%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDACF5 (or 0xEDACF5) is known color: Mauve. HEX triplet: ED, AC and F5. RGB value is (237,172,245). Sum of RGB (Red+Green+Blue) = 237+172+245=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACF5 is #12530A. Grayscale: #C7C7C7. Windows color (decimal): -1200907 or 16100589. OLE color: 16100589.

HSL color Cylindrical-coordinate representation of color #EDACF5: hue angle of 293.42º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDACF5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 172 245 -
CMYK 0.03 0.30 0 0.04
HSL 293.42º 0.78% 0.82% -
HSV(B) 293.42º 0.3% 0.96% -
XYZ 66.16 54.1 93.34 -
YUV 199.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 237 172 245 0.03 0.30 0 0.04 293.42 0.78 0.82
Hex ED AC F5 3 1E 0 4 125 4E 52
Octal 355 254 365 3 36 0 4 445 116 122
Binary 11101101 10101100 11110101 11 11110 0 100 100100101 1001110 1010010

Color Harmonies of #EDACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACF5

Black with #EDACF5

Text Example


Text Example

White with #EDACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACF5; }

 p { color: rgb(237,172,245); }

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

background-color css

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

 a { background-color: rgb(237,172,245); }

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

border-color css

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

 span { border-color: rgb(237,172,245); }

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