Shades of Magnolia #EEE5FD
Tints of Magnolia #EEE5FD
RGB
CMYK
RGB Variations
Color information
#EEE5FD (or 0xEEE5FD) is known color: Magnolia. HEX triplet: EE, E5 and FD. RGB value is (238,229,253). Sum of RGB (Red+Green+Blue) = 238+229+253=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5FD is #111A02. Grayscale: #EAEAEA. Windows color (decimal): -1120771 or 16639470. OLE color: 16639470.
HSL color Cylindrical-coordinate representation of color #EEE5FD: hue angle of 262.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEE5FD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 229 | 253 | - |
CMYK | 0.06 | 0.09 | 0 | 0.01 |
HSL | 262.5º | 0.86% | 0.95% | - |
HSV(B) | 262.5º | 0.09% | 0.99% | - |
XYZ | 81.01 | 81.31 | 104.35 | - |
YUV | 234.43 | 138.48 | 130.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 229 | 253 | 0.06 | 0.09 | 0 | 0.01 | 262.5 | 0.86 | 0.95 |
Hex | EE | E5 | FD | 6 | 9 | 0 | 1 | 106 | 56 | 5F |
Octal | 356 | 345 | 375 | 6 | 11 | 0 | 1 | 406 | 126 | 137 |
Binary | 11101110 | 11100101 | 11111101 | 110 | 1001 | 0 | 1 | 100000110 | 1010110 | 1011111 |
Color Harmonies of #EEE5FD
Complementary color
Monochromatic Colors of #EEE5FD
Black with #EEE5FD
Text Example
Text Example
White with #EEE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5FD; }
p { color: rgb(238,229,253); }
H1.HeaderClassName
{
color: #EEE5FD;
}
.AnyTagClassName
{
color: #EEE5FD;
}
</style>
background-color css
<style>
a { background-color: #EEE5FD; }
a { background-color: rgb(238,229,253); }
div.DivClassName
{
background-color: #EEE5FD;
}
.BgClassName
{
background-color: #EEE5FD;
}
</style>
border-color css
<style>
span { border-color: #EEE5FD; }
span { border-color: rgb(238,229,253); }
td.TdClassName
{
border-color: #EEE5FD;
}
.TagClassName
{
border-color: #EEE5FD;
}
</style>