#E8D9FE

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

Shades of Magnolia #E8D9FE

Tints of Magnolia #E8D9FE

Color information

#E8D9FE (or 0xE8D9FE) is unknown color: approx Magnolia. HEX triplet: E8, D9 and FE. RGB value is (232,217,254). Sum of RGB (Red+Green+Blue) = 232+217+254=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9FE is #172601. Grayscale: #E1E1E1. Windows color (decimal): -1517058 or 16701928. OLE color: 16701928.

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

Color convert

RGB232217254-
CMYK0.090.1500.00
HSL264.32º94.87%92.35%-
HSV(B)264.32º14.57%99.61%-
XYZ75.9873.94104.03-
YUV225.7143.97132.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.00%
GREEN value IS 217 (85.16% from 255) = 30.87%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=33.00%
G=30.87%
B=36.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2322172540.090.1500.00264.3294.8792.35
HexE8D9FE9F001085f5c
Octal350331376111700410137134
Binary111010001101100111111110100111110010000100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D9FE; }

 p { color: rgb(232,217,254); }

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

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

 a { background-color: rgb(232,217,254); }

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

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

 span { border-color: rgb(232,217,254); }

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