Html Css Color HEX #E2BDF5 Mauve

📋 copy color: '#E2BDF5'

red 226 ◦ green 189 ◦ blue 245

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

Shades of Mauve #E2BDF5

Tints of Mauve #E2BDF5

RGB

 RED value IS 226 (88.67% from 255) = 34.24%

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

 BLUE value IS 245 (96.09% from 255) = 37.12%

R = 34.24%
G = 28.64%
B = 37.12%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E2BDF5 (or 0xE2BDF5) is known color: Mauve. HEX triplet: E2, BD and F5. RGB value is (226,189,245). Sum of RGB (Red+Green+Blue) = 226+189+245=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDF5 is #1D420A. Grayscale: #CECECE. Windows color (decimal): -1917451 or 16104930. OLE color: 16104930.

HSL color Cylindrical-coordinate representation of color #E2BDF5: hue angle of 279.64º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2BDF5 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 189 245 -
CMYK 0.08 0.23 0 0.04
HSL 279.64º 0.74% 0.85% -
HSV(B) 279.64º 0.23% 0.96% -
XYZ 66.04 59.16 94.32 -
YUV 206.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 226 189 245 0.08 0.23 0 0.04 279.64 0.74 0.85
Hex E2 BD F5 8 17 0 4 118 4A 55
Octal 342 275 365 10 27 0 4 430 112 125
Binary 11100010 10111101 11110101 1000 10111 0 100 100011000 1001010 1010101

Color Harmonies of #E2BDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDF5

Black with #E2BDF5

Text Example


Text Example

White with #E2BDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDF5; }

 p { color: rgb(226,189,245); }

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

background-color css

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

 a { background-color: rgb(226,189,245); }

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

border-color css

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

 span { border-color: rgb(226,189,245); }

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