Shades of Magnolia #EEEAFA
Tints of Magnolia #EEEAFA
RGB
CMYK
RGB Variations
Color information
#EEEAFA (or 0xEEEAFA) is known color: Magnolia. HEX triplet: EE, EA and FA. RGB value is (238,234,250). Sum of RGB (Red+Green+Blue) = 238+234+250=722 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.96% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAFA is #111505. Grayscale: #ECECEC. Windows color (decimal): -1119494 or 16444142. OLE color: 16444142.
HSL color Cylindrical-coordinate representation of color #EEEAFA: hue angle of 255º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEAFA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 234 | 250 | - |
CMYK | 0.05 | 0.06 | 0 | 0.02 |
HSL | 255º | 0.62% | 0.95% | - |
HSV(B) | 255º | 0.06% | 0.98% | - |
XYZ | 81.94 | 83.92 | 102.32 | - |
YUV | 237.02 | 135.33 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 234 | 250 | 0.05 | 0.06 | 0 | 0.02 | 255 | 0.62 | 0.95 |
Hex | EE | EA | FA | 5 | 6 | 0 | 2 | FF | 3E | 5F |
Octal | 356 | 352 | 372 | 5 | 6 | 0 | 2 | 377 | 76 | 137 |
Binary | 11101110 | 11101010 | 11111010 | 101 | 110 | 0 | 10 | 11111111 | 111110 | 1011111 |
Color Harmonies of #EEEAFA
Complementary color
Monochromatic Colors of #EEEAFA
Black with #EEEAFA
Text Example
Text Example
White with #EEEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAFA; }
p { color: rgb(238,234,250); }
H1.HeaderClassName
{
color: #EEEAFA;
}
.AnyTagClassName
{
color: #EEEAFA;
}
</style>
background-color css
<style>
a { background-color: #EEEAFA; }
a { background-color: rgb(238,234,250); }
div.DivClassName
{
background-color: #EEEAFA;
}
.BgClassName
{
background-color: #EEEAFA;
}
</style>
border-color css
<style>
span { border-color: #EEEAFA; }
span { border-color: rgb(238,234,250); }
td.TdClassName
{
border-color: #EEEAFA;
}
.TagClassName
{
border-color: #EEEAFA;
}
</style>