#E8DAFE

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

Shades of Magnolia #E8DAFE

Tints of Magnolia #E8DAFE

Color information

#E8DAFE (or 0xE8DAFE) is unknown color: approx Magnolia. HEX triplet: E8, DA and FE. RGB value is (232,218,254). Sum of RGB (Red+Green+Blue) = 232+218+254=704 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.95% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAFE is #172501. Grayscale: #E2E2E2. Windows color (decimal): -1516802 or 16702184. OLE color: 16702184.

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

Color convert

RGB232218254-
CMYK0.090.1400.00
HSL263.33º94.74%92.55%-
HSV(B)263.33º14.17%99.61%-
XYZ76.2474.45104.12-
YUV226.29143.64132.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.95%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=32.95%
G=30.97%
B=36.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2322182540.090.1400.00263.3394.7492.55
HexE8DAFE9E001075f5d
Octal350332376111600407137135
Binary111010001101101011111110100111100010000011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DAFE; }

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

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

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

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

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

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

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

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