#E9DFFE

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

Shades of Magnolia #E9DFFE

Tints of Magnolia #E9DFFE

Color information

#E9DFFE (or 0xE9DFFE) is unknown color: approx Magnolia. HEX triplet: E9, DF and FE. RGB value is (233,223,254). Sum of RGB (Red+Green+Blue) = 233+223+254=710 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.82% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFFE is #162001. Grayscale: #E5E5E5. Windows color (decimal): -1449986 or 16703465. OLE color: 16703465.

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

Color convert

RGB233223254-
CMYK0.080.1200.00
HSL259.35º93.94%93.53%-
HSV(B)259.35º12.2%99.61%-
XYZ77.8877.25104.57-
YUV229.52141.81130.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.82%
GREEN value IS 223 (87.5% from 255) = 31.41%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=32.82%
G=31.41%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332232540.080.1200.00259.3593.9493.53
HexE9DFFE8C001035e5e
Octal351337376101400403136136
Binary111010011101111111111110100011000010000001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFFE; }

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

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

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

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

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

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

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

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