#E8DCFD

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

Shades of Magnolia #E8DCFD

Tints of Magnolia #E8DCFD

Color information

#E8DCFD (or 0xE8DCFD) is unknown color: approx Magnolia. HEX triplet: E8, DC and FD. RGB value is (232,220,253). Sum of RGB (Red+Green+Blue) = 232+220+253=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFD is #172302. Grayscale: #E3E3E3. Windows color (decimal): -1516291 or 16637160. OLE color: 16637160.

HSL color Cylindrical-coordinate representation of color #E8DCFD: hue angle of 261.82º degrees, saturation: 0.89, 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 #E8DCFD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232220253-
CMYK0.080.1300.01
HSL261.82º89.19%92.75%-
HSV(B)261.82º13.04%99.22%-
XYZ76.675.43103.45-
YUV227.35142.48131.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.91%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=32.91%
G=31.21%
B=35.89%

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
Decimal2322202530.080.1300.01261.8289.1992.75
HexE8DCFD8D01106595d
Octal350334375101501406131135
Binary111010001101110011111101100011010110000011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCFD; }

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

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

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

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

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

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

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

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