Html Css Color HEX #EDACFE Mauve

📋 copy color: '#EDACFE'

red 237 ◦ green 172 ◦ blue 254

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

Shades of Mauve #EDACFE

Tints of Mauve #EDACFE

RGB

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

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

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

R = 35.75%
G = 25.94%
B = 38.31%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDACFE (or 0xEDACFE) is known color: Mauve. HEX triplet: ED, AC and FE. RGB value is (237,172,254). Sum of RGB (Red+Green+Blue) = 237+172+254=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACFE is #125301. Grayscale: #C8C8C8. Windows color (decimal): -1200898 or 16690413. OLE color: 16690413.

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

Color convert

RGB 237 172 254 -
CMYK 0.07 0.32 0 0.00
HSL 287.56º 0.98% 0.84% -
HSV(B) 287.56º 0.32% 1% -
XYZ 67.57 54.67 100.76 -
YUV 200.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 237 172 254 0.07 0.32 0 0.00 287.56 0.98 0.84
Hex ED AC FE 7 20 0 0 120 62 54
Octal 355 254 376 7 40 0 0 440 142 124
Binary 11101101 10101100 11111110 111 100000 0 0 100100000 1100010 1010100

Color Harmonies of #EDACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACFE

Black with #EDACFE

Text Example


Text Example

White with #EDACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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