Html Css Color HEX #E5BDF2 Mauve

📋 copy color: '#E5BDF2'

red 229 ◦ green 189 ◦ blue 242

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

Shades of Mauve #E5BDF2

Tints of Mauve #E5BDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.64%

 BLUE value IS 242 (94.92% from 255) = 36.67%

R = 34.7%
G = 28.64%
B = 36.67%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5BDF2 (or 0xE5BDF2) is known color: Mauve. HEX triplet: E5, BD and F2. RGB value is (229,189,242). Sum of RGB (Red+Green+Blue) = 229+189+242=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDF2 is #1A420D. Grayscale: #CECECE. Windows color (decimal): -1720846 or 15908325. OLE color: 15908325.

HSL color Cylindrical-coordinate representation of color #E5BDF2: hue angle of 285.28º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5BDF2 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 189 242 -
CMYK 0.05 0.22 0 0.05
HSL 285.28º 0.67% 0.85% -
HSV(B) 285.28º 0.22% 0.95% -
XYZ 66.54 59.46 91.98 -
YUV 207 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 229 189 242 0.05 0.22 0 0.05 285.28 0.67 0.85
Hex E5 BD F2 5 16 0 5 11D 43 55
Octal 345 275 362 5 26 0 5 435 103 125
Binary 11100101 10111101 11110010 101 10110 0 101 100011101 1000011 1010101

Color Harmonies of #E5BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDF2

Black with #E5BDF2

Text Example


Text Example

White with #E5BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDF2; }

 p { color: rgb(229,189,242); }

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

background-color css

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

 a { background-color: rgb(229,189,242); }

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

border-color css

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

 span { border-color: rgb(229,189,242); }

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