Html Css Color HEX #EDACF8 Mauve

📋 copy color: '#EDACF8'

red 237 ◦ green 172 ◦ blue 248

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

Shades of Mauve #EDACF8

Tints of Mauve #EDACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.75%

R = 36.07%
G = 26.18%
B = 37.75%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDACF8 (or 0xEDACF8) is known color: Mauve. HEX triplet: ED, AC and F8. RGB value is (237,172,248). Sum of RGB (Red+Green+Blue) = 237+172+248=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACF8 is #125307. Grayscale: #C7C7C7. Windows color (decimal): -1200904 or 16297197. OLE color: 16297197.

HSL color Cylindrical-coordinate representation of color #EDACF8: hue angle of 291.32º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDACF8 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 172 248 -
CMYK 0.04 0.31 0 0.03
HSL 291.32º 0.84% 0.82% -
HSV(B) 291.32º 0.31% 0.97% -
XYZ 66.62 54.29 95.77 -
YUV 200.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 237 172 248 0.04 0.31 0 0.03 291.32 0.84 0.82
Hex ED AC F8 4 1F 0 3 123 54 52
Octal 355 254 370 4 37 0 3 443 124 122
Binary 11101101 10101100 11111000 100 11111 0 11 100100011 1010100 1010010

Color Harmonies of #EDACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACF8

Black with #EDACF8

Text Example


Text Example

White with #EDACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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