#E5C8FD

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

Shades of Mauve #E5C8FD

Tints of Mauve #E5C8FD

Color information

#E5C8FD (or 0xE5C8FD) is unknown color: approx Mauve. HEX triplet: E5, C8 and FD. RGB value is (229,200,253). Sum of RGB (Red+Green+Blue) = 229+200+253=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 200 (78.52% from 255 or 29.33% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5C8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C8FD is #1A3702. Grayscale: #D6D6D6. Windows color (decimal): -1718019 or 16632037. OLE color: 16632037.

HSL color Cylindrical-coordinate representation of color #E5C8FD: hue angle of 272.83º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5C8FD is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229200253-
CMYK0.090.2100.01
HSL272.83º92.98%88.82%-
HSV(B)272.83º20.95%99.22%-
XYZ70.765.06101.76-
YUV214.71149.61138.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 200 (78.52% from 255) = 29.33%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=33.58%
G=29.33%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292002530.090.2100.01272.8392.9888.82
HexE5C8FD915011115d59
Octal345310375112501421135131
Binary1110010111001000111111011001101010110001000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C8FD; }

 p { color: rgb(229,200,253); }

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

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

 a { background-color: rgb(229,200,253); }

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

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

 span { border-color: rgb(229,200,253); }

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