Html Css Color HEX #E1BDF2 Mauve

📋 copy color: '#E1BDF2'

red 225 ◦ green 189 ◦ blue 242

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

Shades of Mauve #E1BDF2

Tints of Mauve #E1BDF2

RGB

 RED value IS 225 (88.28% from 255) = 34.3%

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

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

R = 34.3%
G = 28.81%
B = 36.89%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1BDF2 (or 0xE1BDF2) is known color: Mauve. HEX triplet: E1, BD and F2. RGB value is (225,189,242). Sum of RGB (Red+Green+Blue) = 225+189+242=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDF2 is #1E420D. Grayscale: #CDCDCD. Windows color (decimal): -1982990 or 15908321. OLE color: 15908321.

HSL color Cylindrical-coordinate representation of color #E1BDF2: hue angle of 280.75º 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 #E1BDF2 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 189 242 -
CMYK 0.07 0.22 0 0.05
HSL 280.75º 0.67% 0.85% -
HSV(B) 280.75º 0.22% 0.95% -
XYZ 65.28 58.81 91.92 -
YUV 205.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 225 189 242 0.07 0.22 0 0.05 280.75 0.67 0.85
Hex E1 BD F2 7 16 0 5 119 43 55
Octal 341 275 362 7 26 0 5 431 103 125
Binary 11100001 10111101 11110010 111 10110 0 101 100011001 1000011 1010101

Color Harmonies of #E1BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDF2

Black with #E1BDF2

Text Example


Text Example

White with #E1BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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