#E8DCFF

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

Shades of Magnolia #E8DCFF

Tints of Magnolia #E8DCFF

Color information

#E8DCFF (or 0xE8DCFF) is unknown color: approx Magnolia. HEX triplet: E8, DC and FF. RGB value is (232,220,255). Sum of RGB (Red+Green+Blue) = 232+220+255=707 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.81% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFF is #172300. Grayscale: #E3E3E3. Windows color (decimal): -1516289 or 16768232. OLE color: 16768232.

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

Color convert

RGB232220255-
CMYK0.090.1400
HSL260.57º100%93.14%-
HSV(B)260.57º13.73%100%-
XYZ76.9275.56105.14-
YUV227.58143.48131.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.81%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 255 (100% from 255) = 36.07%
R=32.81%
G=31.12%
B=36.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2322202550.090.1400260.5710093.14
HexE8DCFF9E00105645d
Octal350334377111600405144135
Binary111010001101110011111111100111100010000010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCFF; }

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

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

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

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

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

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

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

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