Html Css Color HEX #EDA3FB Mauve

📋 copy color: '#EDA3FB'

red 237 ◦ green 163 ◦ blue 251

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

Shades of Mauve #EDA3FB

Tints of Mauve #EDA3FB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.04%

 BLUE value IS 251 (98.44% from 255) = 38.56%

R = 36.41%
G = 25.04%
B = 38.56%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDA3FB (or 0xEDA3FB) is known color: Mauve. HEX triplet: ED, A3 and FB. RGB value is (237,163,251). Sum of RGB (Red+Green+Blue) = 237+163+251=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 163 (64.06% from 255 or 25.04% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA3FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3FB is #125C04. Grayscale: #C2C2C2. Windows color (decimal): -1203205 or 16491501. OLE color: 16491501.

HSL color Cylindrical-coordinate representation of color #EDA3FB: hue angle of 290.45º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA3FB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 163 251 -
CMYK 0.06 0.35 0 0.02
HSL 290.45º 0.92% 0.81% -
HSV(B) 290.45º 0.35% 0.98% -
XYZ 65.43 51.16 97.69 -
YUV 195.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 237 163 251 0.06 0.35 0 0.02 290.45 0.92 0.81
Hex ED A3 FB 6 23 0 2 122 5C 51
Octal 355 243 373 6 43 0 2 442 134 121
Binary 11101101 10100011 11111011 110 100011 0 10 100100010 1011100 1010001

Color Harmonies of #EDA3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA3FB

Black with #EDA3FB

Text Example


Text Example

White with #EDA3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA3FB; }

 p { color: rgb(237,163,251); }

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

background-color css

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

 a { background-color: rgb(237,163,251); }

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

border-color css

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

 span { border-color: rgb(237,163,251); }

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