Html Css Color HEX #EDA8FF Mauve

📋 copy color: '#EDA8FF'

red 237 ◦ green 168 ◦ blue 255

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

Shades of Mauve #EDA8FF

Tints of Mauve #EDA8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.45%

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

R = 35.91%
G = 25.45%
B = 38.64%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDA8FF (or 0xEDA8FF) is known color: Mauve. HEX triplet: ED, A8 and FF. RGB value is (237,168,255). Sum of RGB (Red+Green+Blue) = 237+168+255=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8FF is #125700. Grayscale: #C6C6C6. Windows color (decimal): -1201921 or 16754925. OLE color: 16754925.

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

Color convert

RGB 237 168 255 -
CMYK 0.07 0.34 0 0
HSL 287.59º 1% 0.83% -
HSV(B) 287.59º 0.34% 1% -
XYZ 66.98 53.23 101.35 -
YUV 198.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 237 168 255 0.07 0.34 0 0 287.59 1 0.83
Hex ED A8 FF 7 22 0 0 120 64 53
Octal 355 250 377 7 42 0 0 440 144 123
Binary 11101101 10101000 11111111 111 100010 0 0 100100000 1100100 1010011

Color Harmonies of #EDA8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8FF

Black with #EDA8FF

Text Example


Text Example

White with #EDA8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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