#E9DFFC

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

Shades of Magnolia #E9DFFC

Tints of Magnolia #E9DFFC

Color information

#E9DFFC (or 0xE9DFFC) is unknown color: approx Magnolia. HEX triplet: E9, DF and FC. RGB value is (233,223,252). Sum of RGB (Red+Green+Blue) = 233+223+252=708 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.91% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9DFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFFC is #162003. Grayscale: #E5E5E5. Windows color (decimal): -1449988 or 16572393. OLE color: 16572393.

HSL color Cylindrical-coordinate representation of color #E9DFFC: hue angle of 260.69º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DFFC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233223252-
CMYK0.080.1200.01
HSL260.69º82.86%93.14%-
HSV(B)260.69º11.51%98.82%-
XYZ77.5677.13102.89-
YUV229.3140.81130.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.91%
GREEN value IS 223 (87.5% from 255) = 31.50%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=32.91%
G=31.50%
B=35.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332232520.080.1200.01260.6982.8693.14
HexE9DFFC8C01105535d
Octal351337374101401405123135
Binary111010011101111111111100100011000110000010110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFFC; }

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

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

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

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

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

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

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

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