Html Css Color HEX #EDACFF Mauve

📋 copy color: '#EDACFF'

red 237 ◦ green 172 ◦ blue 255

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

Shades of Mauve #EDACFF

Tints of Mauve #EDACFF

RGB

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

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

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

R = 35.69%
G = 25.9%
B = 38.4%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDACFF (or 0xEDACFF) is known color: Mauve. HEX triplet: ED, AC and FF. RGB value is (237,172,255). Sum of RGB (Red+Green+Blue) = 237+172+255=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACFF is #125300. Grayscale: #C8C8C8. Windows color (decimal): -1200897 or 16755949. OLE color: 16755949.

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

Color convert

RGB 237 172 255 -
CMYK 0.07 0.33 0 0
HSL 286.99º 1% 0.84% -
HSV(B) 286.99º 0.33% 1% -
XYZ 67.73 54.73 101.6 -
YUV 200.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 237 172 255 0.07 0.33 0 0 286.99 1 0.84
Hex ED AC FF 7 21 0 0 11F 64 54
Octal 355 254 377 7 41 0 0 437 144 124
Binary 11101101 10101100 11111111 111 100001 0 0 100011111 1100100 1010100

Color Harmonies of #EDACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACFF

Black with #EDACFF

Text Example


Text Example

White with #EDACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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