#E9DEFC

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

Shades of Magnolia #E9DEFC

Tints of Magnolia #E9DEFC

Color information

#E9DEFC (or 0xE9DEFC) is unknown color: approx Magnolia. HEX triplet: E9, DE and FC. RGB value is (233,222,252). Sum of RGB (Red+Green+Blue) = 233+222+252=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEFC is #162103. Grayscale: #E4E4E4. Windows color (decimal): -1450244 or 16572137. OLE color: 16572137.

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

Color convert

RGB233222252-
CMYK0.080.1200.01
HSL262º83.33%92.94%-
HSV(B)262º11.9%98.82%-
XYZ77.376.59102.81-
YUV228.71141.14131.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.96%
GREEN value IS 222 (87.11% from 255) = 31.40%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=32.96%
G=31.40%
B=35.64%

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
Decimal2332222520.080.1200.0126283.3392.94
HexE9DEFC8C01106535d
Octal351336374101401406123135
Binary111010011101111011111100100011000110000011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEFC; }

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

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

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

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

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

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

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

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