#E4BDFD

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

Shades of Mauve #E4BDFD

Tints of Mauve #E4BDFD

Color information

#E4BDFD (or 0xE4BDFD) is unknown color: approx Mauve. HEX triplet: E4, BD and FD. RGB value is (228,189,253). Sum of RGB (Red+Green+Blue) = 228+189+253=670 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.03% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDFD is #1B4202. Grayscale: #CFCFCF. Windows color (decimal): -1786371 or 16629220. OLE color: 16629220.

HSL color Cylindrical-coordinate representation of color #E4BDFD: hue angle of 276.56º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BDFD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228189253-
CMYK0.100.2500.01
HSL276.56º94.12%86.67%-
HSV(B)276.56º25.3%99.22%-
XYZ67.9259.98100.93-
YUV207.96153.42142.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.03%
GREEN value IS 189 (74.22% from 255) = 28.21%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=34.03%
G=28.21%
B=37.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281892530.100.2500.01276.5694.1286.67
HexE4BDFDA19011155e57
Octal344275375123101425136127
Binary1110010010111101111111011010110010110001010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDFD; }

 p { color: rgb(228,189,253); }

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

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

 a { background-color: rgb(228,189,253); }

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

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

 span { border-color: rgb(228,189,253); }

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