Html Css Color HEX #EDB3FA Mauve

📋 copy color: '#EDB3FA'

red 237 ◦ green 179 ◦ blue 250

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

Shades of Mauve #EDB3FA

Tints of Mauve #EDB3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.88%

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 35.59%
G = 26.88%
B = 37.54%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDB3FA (or 0xEDB3FA) is known color: Mauve. HEX triplet: ED, B3 and FA. RGB value is (237,179,250). Sum of RGB (Red+Green+Blue) = 237+179+250=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 179 (70.31% from 255 or 26.88% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3FA is #124C05. Grayscale: #CCCCCC. Windows color (decimal): -1199110 or 16430061. OLE color: 16430061.

HSL color Cylindrical-coordinate representation of color #EDB3FA: hue angle of 289.01º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB3FA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 179 250 -
CMYK 0.05 0.28 0 0.02
HSL 289.01º 0.88% 0.84% -
HSV(B) 289.01º 0.28% 0.98% -
XYZ 68.3 57.15 97.87 -
YUV 204.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 237 179 250 0.05 0.28 0 0.02 289.01 0.88 0.84
Hex ED B3 FA 5 1C 0 2 121 58 54
Octal 355 263 372 5 34 0 2 441 130 124
Binary 11101101 10110011 11111010 101 11100 0 10 100100001 1011000 1010100

Color Harmonies of #EDB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3FA

Black with #EDB3FA

Text Example


Text Example

White with #EDB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3FA; }

 p { color: rgb(237,179,250); }

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

background-color css

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

 a { background-color: rgb(237,179,250); }

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

border-color css

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

 span { border-color: rgb(237,179,250); }

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