#E8DEFE

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

Shades of Magnolia #E8DEFE

Tints of Magnolia #E8DEFE

Color information

#E8DEFE (or 0xE8DEFE) is unknown color: approx Magnolia. HEX triplet: E8, DE and FE. RGB value is (232,222,254). Sum of RGB (Red+Green+Blue) = 232+222+254=708 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.77% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEFE is #172101. Grayscale: #E4E4E4. Windows color (decimal): -1515778 or 16703208. OLE color: 16703208.

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

Color convert

RGB232222254-
CMYK0.090.1300.00
HSL258.75º94.12%93.33%-
HSV(B)258.75º12.6%99.61%-
XYZ77.2976.55104.47-
YUV228.64142.31130.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.77%
GREEN value IS 222 (87.11% from 255) = 31.36%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=32.77%
G=31.36%
B=35.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2322222540.090.1300.00258.7594.1293.33
HexE8DEFE9D001035e5d
Octal350336376111500403136135
Binary111010001101111011111110100111010010000001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DEFE; }

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

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

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

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

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

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

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

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