Shades of Magnolia #EFE2FF
Tints of Magnolia #EFE2FF
RGB
CMYK
RGB Variations
Color information
#EFE2FF (or 0xEFE2FF) is known color: Magnolia. HEX triplet: EF, E2 and FF. RGB value is (239,226,255). Sum of RGB (Red+Green+Blue) = 239+226+255=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 226 (88.67% from 255 or 31.39% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FF is #101D00. Grayscale: #E9E9E9. Windows color (decimal): -1056001 or 16769775. OLE color: 16769775.
HSL color Cylindrical-coordinate representation of color #EFE2FF: hue angle of 266.9º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE2FF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 239 | 226 | 255 | - |
CMYK | 0.06 | 0.11 | 0 | 0 |
HSL | 266.9º | 1% | 0.94% | - |
HSV(B) | 266.9º | 0.11% | 1% | - |
XYZ | 80.84 | 79.96 | 105.78 | - |
YUV | 233.19 | 140.31 | 132.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 226 | 255 | 0.06 | 0.11 | 0 | 0 | 266.9 | 1 | 0.94 |
Hex | EF | E2 | FF | 6 | B | 0 | 0 | 10B | 64 | 5E |
Octal | 357 | 342 | 377 | 6 | 13 | 0 | 0 | 413 | 144 | 136 |
Binary | 11101111 | 11100010 | 11111111 | 110 | 1011 | 0 | 0 | 100001011 | 1100100 | 1011110 |
Color Harmonies of #EFE2FF
Complementary color
Monochromatic Colors of #EFE2FF
Black with #EFE2FF
Text Example
Text Example
White with #EFE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2FF; }
p { color: rgb(239,226,255); }
H1.HeaderClassName
{
color: #EFE2FF;
}
.AnyTagClassName
{
color: #EFE2FF;
}
</style>
background-color css
<style>
a { background-color: #EFE2FF; }
a { background-color: rgb(239,226,255); }
div.DivClassName
{
background-color: #EFE2FF;
}
.BgClassName
{
background-color: #EFE2FF;
}
</style>
border-color css
<style>
span { border-color: #EFE2FF; }
span { border-color: rgb(239,226,255); }
td.TdClassName
{
border-color: #EFE2FF;
}
.TagClassName
{
border-color: #EFE2FF;
}
</style>