#E6DDF6

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

Shades of Magnolia #E6DDF6

Tints of Magnolia #E6DDF6

Color information

#E6DDF6 (or 0xE6DDF6) is unknown color: approx Magnolia. HEX triplet: E6, DD and F6. RGB value is (230,221,246). Sum of RGB (Red+Green+Blue) = 230+221+246=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6DDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDF6 is #192209. Grayscale: #E2E2E2. Windows color (decimal): -1647114 or 16178662. OLE color: 16178662.

HSL color Cylindrical-coordinate representation of color #E6DDF6: hue angle of 261.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DDF6 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230221246-
CMYK0.070.1000.04
HSL261.6º58.14%91.57%-
HSV(B)261.6º10.16%96.47%-
XYZ75.1275.1997.74-
YUV226.54138.98130.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.00%
GREEN value IS 221 (86.72% from 255) = 31.71%
BLUE value IS 246 (96.48% from 255) = 35.29%
R=33.00%
G=31.71%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302212460.070.1000.04261.658.1491.57
HexE6DDF67A041063a5c
Octal3463353667120440672134
Binary111001101101110111110110111101001001000001101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DDF6; }

 p { color: rgb(230,221,246); }

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

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

 a { background-color: rgb(230,221,246); }

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

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

 span { border-color: rgb(230,221,246); }

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