Html Css Color HEX #E9BDF2 Mauve

📋 copy color: '#E9BDF2'

red 233 ◦ green 189 ◦ blue 242

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

Shades of Mauve #E9BDF2

Tints of Mauve #E9BDF2

RGB

 RED value IS 233 (91.41% from 255) = 35.09%

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

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

R = 35.09%
G = 28.46%
B = 36.45%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9BDF2 (or 0xE9BDF2) is known color: Mauve. HEX triplet: E9, BD and F2. RGB value is (233,189,242). Sum of RGB (Red+Green+Blue) = 233+189+242=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9BDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDF2 is #16420D. Grayscale: #D0D0D0. Windows color (decimal): -1458702 or 15908329. OLE color: 15908329.

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

Color convert

RGB 233 189 242 -
CMYK 0.04 0.22 0 0.05
HSL 289.81º 0.67% 0.85% -
HSV(B) 289.81º 0.22% 0.95% -
XYZ 67.83 60.13 92.04 -
YUV 208.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 233 189 242 0.04 0.22 0 0.05 289.81 0.67 0.85
Hex E9 BD F2 4 16 0 5 122 43 55
Octal 351 275 362 4 26 0 5 442 103 125
Binary 11101001 10111101 11110010 100 10110 0 101 100100010 1000011 1010101

Color Harmonies of #E9BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BDF2

Black with #E9BDF2

Text Example


Text Example

White with #E9BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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