Shades of Magnolia #E6DDF6
Tints of Magnolia #E6DDF6
RGB
CMYK
RGB Variations
Color information
#E6DDF6 (or 0xE6DDF6) is known color: 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
RGB | 230 | 221 | 246 | - |
CMYK | 0.07 | 0.10 | 0 | 0.04 |
HSL | 261.6º | 0.58% | 0.92% | - |
HSV(B) | 261.6º | 0.1% | 0.96% | - |
XYZ | 75.12 | 75.19 | 97.74 | - |
YUV | 226.54 | 138.98 | 130.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 221 | 246 | 0.07 | 0.10 | 0 | 0.04 | 261.6 | 0.58 | 0.92 |
Hex | E6 | DD | F6 | 7 | A | 0 | 4 | 106 | 3A | 5C |
Octal | 346 | 335 | 366 | 7 | 12 | 0 | 4 | 406 | 72 | 134 |
Binary | 11100110 | 11011101 | 11110110 | 111 | 1010 | 0 | 100 | 100000110 | 111010 | 1011100 |
Color Harmonies of #E6DDF6
Complementary color
Monochromatic Colors of #E6DDF6
Black with #E6DDF6
Text Example
Text Example
White with #E6DDF6
Text Example
Text Example
HTML Codes & Css Web 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>