Shades of Magnolia #E6DAFB
Tints of Magnolia #E6DAFB
RGB
CMYK
RGB Variations
Color information
#E6DAFB (or 0xE6DAFB) is known color: Magnolia. HEX triplet: E6, DA and FB. RGB value is (230,218,251). Sum of RGB (Red+Green+Blue) = 230+218+251=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6DAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAFB is #192504. Grayscale: #E1E1E1. Windows color (decimal): -1647877 or 16505574. OLE color: 16505574.
HSL color Cylindrical-coordinate representation of color #E6DAFB: hue angle of 261.82º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6DAFB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 218 | 251 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.02 |
| HSL | 261.82º | 0.8% | 0.92% | - |
| HSV(B) | 261.82º | 0.13% | 0.98% | - |
| XYZ | 75.12 | 73.93 | 101.58 | - |
| YUV | 225.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 251 | 0.08 | 0.13 | 0 | 0.02 | 261.82 | 0.8 | 0.92 |
| Hex | E6 | DA | FB | 8 | D | 0 | 2 | 106 | 50 | 5C |
| Octal | 346 | 332 | 373 | 10 | 15 | 0 | 2 | 406 | 120 | 134 |
| Binary | 11100110 | 11011010 | 11111011 | 1000 | 1101 | 0 | 10 | 100000110 | 1010000 | 1011100 |
Color Harmonies of #E6DAFB
Complementary color
Monochromatic Colors of #E6DAFB
Black with #E6DAFB
Text Example
Text Example
White with #E6DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAFB; }
p { color: rgb(230,218,251); }
H1.HeaderClassName
{
color: #E6DAFB;
}
.AnyTagClassName
{
color: #E6DAFB;
}
</style>
background-color css
<style>
a { background-color: #E6DAFB; }
a { background-color: rgb(230,218,251); }
div.DivClassName
{
background-color: #E6DAFB;
}
.BgClassName
{
background-color: #E6DAFB;
}
</style>
border-color css
<style>
span { border-color: #E6DAFB; }
span { border-color: rgb(230,218,251); }
td.TdClassName
{
border-color: #E6DAFB;
}
.TagClassName
{
border-color: #E6DAFB;
}
</style>