#E0B0FD

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

Shades of Mauve #E0B0FD

Tints of Mauve #E0B0FD

Color information

#E0B0FD (or 0xE0B0FD) is unknown color: approx Mauve. HEX triplet: E0, B0 and FD. RGB value is (224,176,253). Sum of RGB (Red+Green+Blue) = 224+176+253=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0FD is #1F4F02. Grayscale: #C6C6C6. Windows color (decimal): -2051843 or 16625888. OLE color: 16625888.

HSL color Cylindrical-coordinate representation of color #E0B0FD: hue angle of 277.4º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B0FD is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224176253-
CMYK0.110.3000.01
HSL277.4º95.06%84.12%-
HSV(B)277.4º30.43%99.22%-
XYZ6453.9999.98-
YUV199.13158.4145.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.30%
GREEN value IS 176 (69.14% from 255) = 26.95%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=34.30%
G=26.95%
B=38.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241762530.110.3000.01277.495.0684.12
HexE0B0FDB1E011155f54
Octal340260375133601425137124
Binary1110000010110000111111011011111100110001010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B0FD; }

 p { color: rgb(224,176,253); }

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

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

 a { background-color: rgb(224,176,253); }

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

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

 span { border-color: rgb(224,176,253); }

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