Shades of Magnolia #E6DBFB
Tints of Magnolia #E6DBFB
RGB
CMYK
RGB Variations
Color information
#E6DBFB (or 0xE6DBFB) is known color: Magnolia. HEX triplet: E6, DB and FB. RGB value is (230,219,251). Sum of RGB (Red+Green+Blue) = 230+219+251=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBFB is #192404. Grayscale: #E1E1E1. Windows color (decimal): -1647621 or 16505830. OLE color: 16505830.
HSL color Cylindrical-coordinate representation of color #E6DBFB: hue angle of 260.62º 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 #E6DBFB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 219 | 251 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.02 |
| HSL | 260.63º | 0.8% | 0.92% | - |
| HSV(B) | 260.63º | 0.13% | 0.98% | - |
| XYZ | 75.38 | 74.45 | 101.66 | - |
| YUV | 225.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 251 | 0.08 | 0.13 | 0 | 0.02 | 260.63 | 0.8 | 0.92 |
| Hex | E6 | DB | FB | 8 | D | 0 | 2 | 105 | 50 | 5C |
| Octal | 346 | 333 | 373 | 10 | 15 | 0 | 2 | 405 | 120 | 134 |
| Binary | 11100110 | 11011011 | 11111011 | 1000 | 1101 | 0 | 10 | 100000101 | 1010000 | 1011100 |
Color Harmonies of #E6DBFB
Complementary color
Monochromatic Colors of #E6DBFB
Black with #E6DBFB
Text Example
Text Example
White with #E6DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBFB; }
p { color: rgb(230,219,251); }
H1.HeaderClassName
{
color: #E6DBFB;
}
.AnyTagClassName
{
color: #E6DBFB;
}
</style>
background-color css
<style>
a { background-color: #E6DBFB; }
a { background-color: rgb(230,219,251); }
div.DivClassName
{
background-color: #E6DBFB;
}
.BgClassName
{
background-color: #E6DBFB;
}
</style>
border-color css
<style>
span { border-color: #E6DBFB; }
span { border-color: rgb(230,219,251); }
td.TdClassName
{
border-color: #E6DBFB;
}
.TagClassName
{
border-color: #E6DBFB;
}
</style>