Html Css Color HEX #E1BDFB Mauve

📋 copy color: '#E1BDFB'

red 225 ◦ green 189 ◦ blue 251

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

Shades of Mauve #E1BDFB

Tints of Mauve #E1BDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.74%

R = 33.83%
G = 28.42%
B = 37.74%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1BDFB (or 0xE1BDFB) is known color: Mauve. HEX triplet: E1, BD and FB. RGB value is (225,189,251). Sum of RGB (Red+Green+Blue) = 225+189+251=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDFB is #1E4204. Grayscale: #CECECE. Windows color (decimal): -1982981 or 16498145. OLE color: 16498145.

HSL color Cylindrical-coordinate representation of color #E1BDFB: hue angle of 274.84º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1BDFB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 189 251 -
CMYK 0.10 0.25 0 0.02
HSL 274.84º 0.89% 0.86% -
HSV(B) 274.84º 0.25% 0.98% -
XYZ 66.66 59.37 99.21 -
YUV 206.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 225 189 251 0.10 0.25 0 0.02 274.84 0.89 0.86
Hex E1 BD FB A 19 0 2 113 59 56
Octal 341 275 373 12 31 0 2 423 131 126
Binary 11100001 10111101 11111011 1010 11001 0 10 100010011 1011001 1010110

Color Harmonies of #E1BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDFB

Black with #E1BDFB

Text Example


Text Example

White with #E1BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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