#E8DCFA

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

Shades of Magnolia #E8DCFA

Tints of Magnolia #E8DCFA

Color information

#E8DCFA (or 0xE8DCFA) is unknown color: approx Magnolia. HEX triplet: E8, DC and FA. RGB value is (232,220,250). Sum of RGB (Red+Green+Blue) = 232+220+250=702 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.05% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFA is #172305. Grayscale: #E2E2E2. Windows color (decimal): -1516294 or 16440552. OLE color: 16440552.

HSL color Cylindrical-coordinate representation of color #E8DCFA: hue angle of 264º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DCFA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232220250-
CMYK0.070.1200.02
HSL264º75%92.16%-
HSV(B)264º12%98.04%-
XYZ76.1375.24100.95-
YUV227.01140.98131.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.05%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=33.05%
G=31.34%
B=35.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322202500.070.1200.022647592.16
HexE8DCFA7C021084b5c
Octal35033437271402410113134
Binary111010001101110011111010111110001010000100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCFA; }

 p { color: rgb(232,220,250); }

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

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

 a { background-color: rgb(232,220,250); }

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

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

 span { border-color: rgb(232,220,250); }

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