Html Css Color HEX #E1BDEF Mauve

📋 copy color: '#E1BDEF'

red 225 ◦ green 189 ◦ blue 239

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

Shades of Mauve #E1BDEF

Tints of Mauve #E1BDEF

RGB

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

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

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

R = 34.46%
G = 28.94%
B = 36.6%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1BDEF (or 0xE1BDEF) is known color: Mauve. HEX triplet: E1, BD and EF. RGB value is (225,189,239). Sum of RGB (Red+Green+Blue) = 225+189+239=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDEF is #1E4210. Grayscale: #CDCDCD. Windows color (decimal): -1982993 or 15711713. OLE color: 15711713.

HSL color Cylindrical-coordinate representation of color #E1BDEF: hue angle of 283.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1BDEF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 189 239 -
CMYK 0.06 0.21 0 0.06
HSL 283.2º 0.61% 0.84% -
HSV(B) 283.2º 0.21% 0.94% -
XYZ 64.83 58.63 89.56 -
YUV 205.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 225 189 239 0.06 0.21 0 0.06 283.2 0.61 0.84
Hex E1 BD EF 6 15 0 6 11B 3D 54
Octal 341 275 357 6 25 0 6 433 75 124
Binary 11100001 10111101 11101111 110 10101 0 110 100011011 111101 1010100

Color Harmonies of #E1BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDEF

Black with #E1BDEF

Text Example


Text Example

White with #E1BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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