Html Css Color HEX #E5BAEF Mauve

📋 copy color: '#E5BAEF'

red 229 ◦ green 186 ◦ blue 239

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

Shades of Mauve #E5BAEF

Tints of Mauve #E5BAEF

RGB

 RED value IS 229 (89.84% from 255) = 35.02%

 GREEN value IS 186 (73.05% from 255) = 28.44%

 BLUE value IS 239 (93.75% from 255) = 36.54%

R = 35.02%
G = 28.44%
B = 36.54%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5BAEF (or 0xE5BAEF) is known color: Mauve. HEX triplet: E5, BA and EF. RGB value is (229,186,239). Sum of RGB (Red+Green+Blue) = 229+186+239=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAEF is #1A4510. Grayscale: #CCCCCC. Windows color (decimal): -1721617 or 15710949. OLE color: 15710949.

HSL color Cylindrical-coordinate representation of color #E5BAEF: hue angle of 288.68º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5BAEF is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 186 239 -
CMYK 0.04 0.22 0 0.06
HSL 288.68º 0.62% 0.83% -
HSV(B) 288.68º 0.22% 0.94% -
XYZ 65.45 58.01 89.41 -
YUV 204.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 229 186 239 0.04 0.22 0 0.06 288.68 0.62 0.83
Hex E5 BA EF 4 16 0 6 121 3E 53
Octal 345 272 357 4 26 0 6 441 76 123
Binary 11100101 10111010 11101111 100 10110 0 110 100100001 111110 1010011

Color Harmonies of #E5BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAEF

Black with #E5BAEF

Text Example


Text Example

White with #E5BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAEF; }

 p { color: rgb(229,186,239); }

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

background-color css

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

 a { background-color: rgb(229,186,239); }

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

border-color css

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

 span { border-color: rgb(229,186,239); }

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