Shades of Magnolia #EEE0FF
Tints of Magnolia #EEE0FF
RGB
CMYK
RGB Variations
Color information
#EEE0FF (or 0xEEE0FF) is known color: Magnolia. HEX triplet: EE, E0 and FF. RGB value is (238,224,255). Sum of RGB (Red+Green+Blue) = 238+224+255=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 224 (87.89% from 255 or 31.24% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0FF is #111F00. Grayscale: #E7E7E7. Windows color (decimal): -1122049 or 16769262. OLE color: 16769262.
HSL color Cylindrical-coordinate representation of color #EEE0FF: hue angle of 267.1º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEE0FF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 224 | 255 | - |
CMYK | 0.07 | 0.12 | 0 | 0 |
HSL | 267.1º | 1% | 0.94% | - |
HSV(B) | 267.1º | 0.12% | 1% | - |
XYZ | 79.97 | 78.71 | 105.59 | - |
YUV | 231.72 | 141.14 | 132.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 224 | 255 | 0.07 | 0.12 | 0 | 0 | 267.1 | 1 | 0.94 |
Hex | EE | E0 | FF | 7 | C | 0 | 0 | 10B | 64 | 5E |
Octal | 356 | 340 | 377 | 7 | 14 | 0 | 0 | 413 | 144 | 136 |
Binary | 11101110 | 11100000 | 11111111 | 111 | 1100 | 0 | 0 | 100001011 | 1100100 | 1011110 |
Color Harmonies of #EEE0FF
Complementary color
Monochromatic Colors of #EEE0FF
Black with #EEE0FF
Text Example
Text Example
White with #EEE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0FF; }
p { color: rgb(238,224,255); }
H1.HeaderClassName
{
color: #EEE0FF;
}
.AnyTagClassName
{
color: #EEE0FF;
}
</style>
background-color css
<style>
a { background-color: #EEE0FF; }
a { background-color: rgb(238,224,255); }
div.DivClassName
{
background-color: #EEE0FF;
}
.BgClassName
{
background-color: #EEE0FF;
}
</style>
border-color css
<style>
span { border-color: #EEE0FF; }
span { border-color: rgb(238,224,255); }
td.TdClassName
{
border-color: #EEE0FF;
}
.TagClassName
{
border-color: #EEE0FF;
}
</style>