Shades of Magnolia #E9DEFC
Tints of Magnolia #E9DEFC
RGB
CMYK
RGB Variations
Color information
#E9DEFC (or 0xE9DEFC) is known color: Magnolia. HEX triplet: E9, DE and FC. RGB value is (233,222,252). Sum of RGB (Red+Green+Blue) = 233+222+252=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEFC is #162103. Grayscale: #E4E4E4. Windows color (decimal): -1450244 or 16572137. OLE color: 16572137.
HSL color Cylindrical-coordinate representation of color #E9DEFC: hue angle of 262º degrees, saturation: 0.83, 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 #E9DEFC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 222 | 252 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.01 |
| HSL | 262º | 0.83% | 0.93% | - |
| HSV(B) | 262º | 0.12% | 0.99% | - |
| XYZ | 77.3 | 76.59 | 102.81 | - |
| YUV | 228.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 252 | 0.08 | 0.12 | 0 | 0.01 | 262 | 0.83 | 0.93 |
| Hex | E9 | DE | FC | 8 | C | 0 | 1 | 106 | 53 | 5D |
| Octal | 351 | 336 | 374 | 10 | 14 | 0 | 1 | 406 | 123 | 135 |
| Binary | 11101001 | 11011110 | 11111100 | 1000 | 1100 | 0 | 1 | 100000110 | 1010011 | 1011101 |
Color Harmonies of #E9DEFC
Complementary color
Monochromatic Colors of #E9DEFC
Black with #E9DEFC
Text Example
Text Example
White with #E9DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEFC; }
p { color: rgb(233,222,252); }
H1.HeaderClassName
{
color: #E9DEFC;
}
.AnyTagClassName
{
color: #E9DEFC;
}
</style>
background-color css
<style>
a { background-color: #E9DEFC; }
a { background-color: rgb(233,222,252); }
div.DivClassName
{
background-color: #E9DEFC;
}
.BgClassName
{
background-color: #E9DEFC;
}
</style>
border-color css
<style>
span { border-color: #E9DEFC; }
span { border-color: rgb(233,222,252); }
td.TdClassName
{
border-color: #E9DEFC;
}
.TagClassName
{
border-color: #E9DEFC;
}
</style>