Shades of Magnolia #E9DDFD
Tints of Magnolia #E9DDFD
RGB
CMYK
RGB Variations
Color information
#E9DDFD (or 0xE9DDFD) is known color: Magnolia. HEX triplet: E9, DD and FD. RGB value is (233,221,253). Sum of RGB (Red+Green+Blue) = 233+221+253=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDFD is #162202. Grayscale: #E4E4E4. Windows color (decimal): -1450499 or 16637417. OLE color: 16637417.
HSL color Cylindrical-coordinate representation of color #E9DDFD: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DDFD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 221 | 253 | - |
CMYK | 0.08 | 0.13 | 0 | 0.01 |
HSL | 262.5º | 0.89% | 0.93% | - |
HSV(B) | 262.5º | 0.13% | 0.99% | - |
XYZ | 77.19 | 76.13 | 103.55 | - |
YUV | 228.24 | 141.98 | 131.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 221 | 253 | 0.08 | 0.13 | 0 | 0.01 | 262.5 | 0.89 | 0.93 |
Hex | E9 | DD | FD | 8 | D | 0 | 1 | 106 | 59 | 5D |
Octal | 351 | 335 | 375 | 10 | 15 | 0 | 1 | 406 | 131 | 135 |
Binary | 11101001 | 11011101 | 11111101 | 1000 | 1101 | 0 | 1 | 100000110 | 1011001 | 1011101 |
Color Harmonies of #E9DDFD
Complementary color
Monochromatic Colors of #E9DDFD
Black with #E9DDFD
Text Example
Text Example
White with #E9DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDFD; }
p { color: rgb(233,221,253); }
H1.HeaderClassName
{
color: #E9DDFD;
}
.AnyTagClassName
{
color: #E9DDFD;
}
</style>
background-color css
<style>
a { background-color: #E9DDFD; }
a { background-color: rgb(233,221,253); }
div.DivClassName
{
background-color: #E9DDFD;
}
.BgClassName
{
background-color: #E9DDFD;
}
</style>
border-color css
<style>
span { border-color: #E9DDFD; }
span { border-color: rgb(233,221,253); }
td.TdClassName
{
border-color: #E9DDFD;
}
.TagClassName
{
border-color: #E9DDFD;
}
</style>