#E8DEFA

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

Shades of Magnolia #E8DEFA

Tints of Magnolia #E8DEFA

Color information

#E8DEFA (or 0xE8DEFA) is unknown color: approx Magnolia. HEX triplet: E8, DE and FA. RGB value is (232,222,250). Sum of RGB (Red+Green+Blue) = 232+222+250=704 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.95% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEFA is #172105. Grayscale: #E4E4E4. Windows color (decimal): -1515782 or 16441064. OLE color: 16441064.

HSL color Cylindrical-coordinate representation of color #E8DEFA: hue angle of 261.43º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8DEFA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232222250-
CMYK0.070.1100.02
HSL261.43º73.68%92.55%-
HSV(B)261.43º11.2%98.04%-
XYZ76.6676.3101.13-
YUV228.18140.31130.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.95%
GREEN value IS 222 (87.11% from 255) = 31.53%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=32.95%
G=31.53%
B=35.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322222500.070.1100.02261.4373.6892.55
HexE8DEFA7B021054a5d
Octal35033637271302405112135
Binary111010001101111011111010111101101010000010110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DEFA; }

 p { color: rgb(232,222,250); }

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

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

 a { background-color: rgb(232,222,250); }

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

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

 span { border-color: rgb(232,222,250); }

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