Html Css Color HEX #E3BDF2 Mauve

📋 copy color: '#E3BDF2'

red 227 ◦ green 189 ◦ blue 242

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

Shades of Mauve #E3BDF2

Tints of Mauve #E3BDF2

RGB

 RED value IS 227 (89.06% from 255) = 34.5%

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

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

R = 34.5%
G = 28.72%
B = 36.78%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E3BDF2 (or 0xE3BDF2) is known color: Mauve. HEX triplet: E3, BD and F2. RGB value is (227,189,242). Sum of RGB (Red+Green+Blue) = 227+189+242=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDF2 is #1C420D. Grayscale: #CECECE. Windows color (decimal): -1851918 or 15908323. OLE color: 15908323.

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

Color convert

RGB 227 189 242 -
CMYK 0.06 0.22 0 0.05
HSL 283.02º 0.67% 0.85% -
HSV(B) 283.02º 0.22% 0.95% -
XYZ 65.9 59.14 91.95 -
YUV 206.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 227 189 242 0.06 0.22 0 0.05 283.02 0.67 0.85
Hex E3 BD F2 6 16 0 5 11B 43 55
Octal 343 275 362 6 26 0 5 433 103 125
Binary 11100011 10111101 11110010 110 10110 0 101 100011011 1000011 1010101

Color Harmonies of #E3BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BDF2

Black with #E3BDF2

Text Example


Text Example

White with #E3BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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