Html Css Color HEX #E2BDEF Mauve

📋 copy color: '#E2BDEF'

red 226 ◦ green 189 ◦ blue 239

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

Shades of Mauve #E2BDEF

Tints of Mauve #E2BDEF

RGB

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

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

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

R = 34.56%
G = 28.9%
B = 36.54%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2BDEF (or 0xE2BDEF) is known color: Mauve. HEX triplet: E2, BD and EF. RGB value is (226,189,239). Sum of RGB (Red+Green+Blue) = 226+189+239=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDEF is #1D4210. Grayscale: #CDCDCD. Windows color (decimal): -1917457 or 15711714. OLE color: 15711714.

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

Color convert

RGB 226 189 239 -
CMYK 0.05 0.21 0 0.06
HSL 284.4º 0.61% 0.84% -
HSV(B) 284.4º 0.21% 0.94% -
XYZ 65.14 58.8 89.58 -
YUV 205.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 226 189 239 0.05 0.21 0 0.06 284.4 0.61 0.84
Hex E2 BD EF 5 15 0 6 11C 3D 54
Octal 342 275 357 5 25 0 6 434 75 124
Binary 11100010 10111101 11101111 101 10101 0 110 100011100 111101 1010100

Color Harmonies of #E2BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDEF

Black with #E2BDEF

Text Example


Text Example

White with #E2BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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