#E9DDFC

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

Shades of Magnolia #E9DDFC

Tints of Magnolia #E9DDFC

Color information

#E9DDFC (or 0xE9DDFC) is unknown color: approx Magnolia. HEX triplet: E9, DD and FC. RGB value is (233,221,252). Sum of RGB (Red+Green+Blue) = 233+221+252=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9DDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDFC is #162203. Grayscale: #E4E4E4. Windows color (decimal): -1450500 or 16571881. OLE color: 16571881.

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

Color convert

RGB233221252-
CMYK0.080.1200.01
HSL263.23º83.78%92.75%-
HSV(B)263.23º12.3%98.82%-
XYZ77.0376.06102.72-
YUV228.12141.48131.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.00%
GREEN value IS 221 (86.72% from 255) = 31.30%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=33.00%
G=31.30%
B=35.69%

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
Decimal2332212520.080.1200.01263.2383.7892.75
HexE9DDFC8C01107545d
Octal351335374101401407124135
Binary111010011101110111111100100011000110000011110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDFC; }

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

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

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

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

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

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

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

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