#E5CBFF

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

Shades of Mauve #E5CBFF

Tints of Mauve #E5CBFF

Color information

#E5CBFF (or 0xE5CBFF) is unknown color: approx Mauve. HEX triplet: E5, CB and FF. RGB value is (229,203,255). Sum of RGB (Red+Green+Blue) = 229+203+255=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBFF is #1A3400. Grayscale: #D8D8D8. Windows color (decimal): -1717249 or 16763877. OLE color: 16763877.

HSL color Cylindrical-coordinate representation of color #E5CBFF: hue angle of 270º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5CBFF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229203255-
CMYK0.100.2000
HSL270º100%89.8%-
HSV(B)270º20.39%100%-
XYZ71.7266.59103.68-
YUV216.7149.61136.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 29.55%
BLUE value IS 255 (100% from 255) = 37.12%
R=33.33%
G=29.55%
B=37.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292032550.100.200027010089.8
HexE5CBFFA140010e645a
Octal345313377122400416144132
Binary1110010111001011111111111010101000010000111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBFF; }

 p { color: rgb(229,203,255); }

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

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

 a { background-color: rgb(229,203,255); }

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

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

 span { border-color: rgb(229,203,255); }

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