#E2BDF0

Color #E2BDF0 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #E2BDF0

Tints of Mauve #E2BDF0

Color information

#E2BDF0 (or 0xE2BDF0) is unknown color: approx Mauve. HEX triplet: E2, BD and F0. RGB value is (226,189,240). Sum of RGB (Red+Green+Blue) = 226+189+240=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDF0 is #1D420F. Grayscale: #CDCDCD. Windows color (decimal): -1917456 or 15777250. OLE color: 15777250.

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

Color convert

RGB226189240-
CMYK0.060.2100.06
HSL283.53º62.96%84.12%-
HSV(B)283.53º21.25%94.12%-
XYZ65.2958.8690.36-
YUV205.88147.26142.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.50%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=34.50%
G=28.85%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261892400.060.2100.06283.5362.9684.12
HexE2BDF06150611c3f54
Octal3422753606250643477124
Binary1110001010111101111100001101010101101000111001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDF0; }

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

 H1.HeaderClassName
 {
   color: #E2BDF0;
 }
 .AnyTagClassName
 {
   color: #E2BDF0;
 }
</style>
background-color css

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

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

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

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

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

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