#E0BDEF

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

Shades of Mauve #E0BDEF

Tints of Mauve #E0BDEF

Color information

#E0BDEF (or 0xE0BDEF) is unknown color: approx Mauve. HEX triplet: E0, BD and EF. RGB value is (224,189,239). Sum of RGB (Red+Green+Blue) = 224+189+239=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDEF is #1F4210. Grayscale: #CCCCCC. Windows color (decimal): -2048529 or 15711712. OLE color: 15711712.

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

Color convert

RGB224189239-
CMYK0.060.2100.06
HSL282º60.98%83.92%-
HSV(B)282º20.92%93.73%-
XYZ64.5258.4789.55-
YUV205.16147.1141.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 189 (74.22% from 255) = 28.99%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=34.36%
G=28.99%
B=36.66%

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
Decimal2241892390.060.2100.0628260.9883.92
HexE0BDEF6150611a3d54
Octal3402753576250643275124
Binary1110000010111101111011111101010101101000110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDEF; }

 p { color: rgb(224,189,239); }

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

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

 a { background-color: rgb(224,189,239); }

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

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

 span { border-color: rgb(224,189,239); }

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