#E9DFFB

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

Shades of Magnolia #E9DFFB

Tints of Magnolia #E9DFFB

Color information

#E9DFFB (or 0xE9DFFB) is unknown color: approx Magnolia. HEX triplet: E9, DF and FB. RGB value is (233,223,251). Sum of RGB (Red+Green+Blue) = 233+223+251=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFFB is #162004. Grayscale: #E5E5E5. Windows color (decimal): -1449989 or 16506857. OLE color: 16506857.

HSL color Cylindrical-coordinate representation of color #E9DFFB: hue angle of 261.43º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9DFFB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233223251-
CMYK0.070.1100.02
HSL261.43º77.78%92.94%-
HSV(B)261.43º11.16%98.43%-
XYZ77.477.06102.06-
YUV229.18140.31130.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.96%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 251 (98.44% from 255) = 35.50%
R=32.96%
G=31.54%
B=35.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332232510.070.1100.02261.4377.7892.94
HexE9DFFB7B021054e5d
Octal35133737371302405116135
Binary111010011101111111111011111101101010000010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFFB; }

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

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

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

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

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

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

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

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