#E9DEFE

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

Shades of Magnolia #E9DEFE

Tints of Magnolia #E9DEFE

Color information

#E9DEFE (or 0xE9DEFE) is unknown color: approx Magnolia. HEX triplet: E9, DE and FE. RGB value is (233,222,254). Sum of RGB (Red+Green+Blue) = 233+222+254=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEFE is #162101. Grayscale: #E4E4E4. Windows color (decimal): -1450242 or 16703209. OLE color: 16703209.

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

Color convert

RGB233222254-
CMYK0.080.1300.00
HSL260.62º94.12%93.33%-
HSV(B)260.62º12.6%99.61%-
XYZ77.6176.72104.48-
YUV228.94142.14130.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.86%
GREEN value IS 222 (87.11% from 255) = 31.31%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=32.86%
G=31.31%
B=35.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332222540.080.1300.00260.6294.1293.33
HexE9DEFE8D001055e5d
Octal351336376101500405136135
Binary111010011101111011111110100011010010000010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEFE; }

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

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

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

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

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

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

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

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