Html Css Color HEX #EDAFFF Mauve

📋 copy color: '#EDAFFF'

red 237 ◦ green 175 ◦ blue 255

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

Shades of Mauve #EDAFFF

Tints of Mauve #EDAFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.24%

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

R = 35.53%
G = 26.24%
B = 38.23%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDAFFF (or 0xEDAFFF) is known color: Mauve. HEX triplet: ED, AF and FF. RGB value is (237,175,255). Sum of RGB (Red+Green+Blue) = 237+175+255=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 175 (68.75% from 255 or 26.24% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFFF is #125000. Grayscale: #CACACA. Windows color (decimal): -1200129 or 16756717. OLE color: 16756717.

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

Color convert

RGB 237 175 255 -
CMYK 0.07 0.31 0 0
HSL 286.5º 1% 0.84% -
HSV(B) 286.5º 0.31% 1% -
XYZ 68.31 55.88 101.79 -
YUV 202.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 237 175 255 0.07 0.31 0 0 286.5 1 0.84
Hex ED AF FF 7 1F 0 0 11E 64 54
Octal 355 257 377 7 37 0 0 436 144 124
Binary 11101101 10101111 11111111 111 11111 0 0 100011110 1100100 1010100

Color Harmonies of #EDAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFFF

Black with #EDAFFF

Text Example


Text Example

White with #EDAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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