#E8DCFC

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

Shades of Magnolia #E8DCFC

Tints of Magnolia #E8DCFC

Color information

#E8DCFC (or 0xE8DCFC) is unknown color: approx Magnolia. HEX triplet: E8, DC and FC. RGB value is (232,220,252). Sum of RGB (Red+Green+Blue) = 232+220+252=704 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.95% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFC is #172303. Grayscale: #E3E3E3. Windows color (decimal): -1516292 or 16571624. OLE color: 16571624.

HSL color Cylindrical-coordinate representation of color #E8DCFC: hue angle of 262.5º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8DCFC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232220252-
CMYK0.080.1300.01
HSL262.5º84.21%92.55%-
HSV(B)262.5º12.7%98.82%-
XYZ76.4475.37102.61-
YUV227.24141.98131.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.95%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=32.95%
G=31.25%
B=35.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2322202520.080.1300.01262.584.2192.55
HexE8DCFC8D01106545d
Octal350334374101501406124135
Binary111010001101110011111100100011010110000011010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCFC; }

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

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

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

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

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

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

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

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