Html Css Color HEX #EDACFA Mauve

📋 copy color: '#EDACFA'

red 237 ◦ green 172 ◦ blue 250

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

Shades of Mauve #EDACFA

Tints of Mauve #EDACFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 35.96%
G = 26.1%
B = 37.94%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDACFA (or 0xEDACFA) is known color: Mauve. HEX triplet: ED, AC and FA. RGB value is (237,172,250). Sum of RGB (Red+Green+Blue) = 237+172+250=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACFA is #125305. Grayscale: #C8C8C8. Windows color (decimal): -1200902 or 16428269. OLE color: 16428269.

HSL color Cylindrical-coordinate representation of color #EDACFA: hue angle of 290º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDACFA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 172 250 -
CMYK 0.05 0.31 0 0.02
HSL 290º 0.89% 0.83% -
HSV(B) 290º 0.31% 0.98% -
XYZ 66.93 54.41 97.42 -
YUV 200.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 237 172 250 0.05 0.31 0 0.02 290 0.89 0.83
Hex ED AC FA 5 1F 0 2 122 59 53
Octal 355 254 372 5 37 0 2 442 131 123
Binary 11101101 10101100 11111010 101 11111 0 10 100100010 1011001 1010011

Color Harmonies of #EDACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACFA

Black with #EDACFA

Text Example


Text Example

White with #EDACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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