Shades of Magnolia #EFE2FD
Tints of Magnolia #EFE2FD
RGB
CMYK
RGB Variations
Color information
#EFE2FD (or 0xEFE2FD) is known color: Magnolia. HEX triplet: EF, E2 and FD. RGB value is (239,226,253). Sum of RGB (Red+Green+Blue) = 239+226+253=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 226 (88.67% from 255 or 31.48% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FD is #101D02. Grayscale: #E8E8E8. Windows color (decimal): -1056003 or 16638703. OLE color: 16638703.
HSL color Cylindrical-coordinate representation of color #EFE2FD: hue angle of 268.89º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE2FD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 226 | 253 | - |
CMYK | 0.06 | 0.11 | 0 | 0.01 |
HSL | 268.89º | 0.87% | 0.94% | - |
HSV(B) | 268.89º | 0.11% | 0.99% | - |
XYZ | 80.52 | 79.84 | 104.09 | - |
YUV | 232.97 | 139.31 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 226 | 253 | 0.06 | 0.11 | 0 | 0.01 | 268.89 | 0.87 | 0.94 |
Hex | EF | E2 | FD | 6 | B | 0 | 1 | 10D | 57 | 5E |
Octal | 357 | 342 | 375 | 6 | 13 | 0 | 1 | 415 | 127 | 136 |
Binary | 11101111 | 11100010 | 11111101 | 110 | 1011 | 0 | 1 | 100001101 | 1010111 | 1011110 |
Color Harmonies of #EFE2FD
Complementary color
Monochromatic Colors of #EFE2FD
Black with #EFE2FD
Text Example
Text Example
White with #EFE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2FD; }
p { color: rgb(239,226,253); }
H1.HeaderClassName
{
color: #EFE2FD;
}
.AnyTagClassName
{
color: #EFE2FD;
}
</style>
background-color css
<style>
a { background-color: #EFE2FD; }
a { background-color: rgb(239,226,253); }
div.DivClassName
{
background-color: #EFE2FD;
}
.BgClassName
{
background-color: #EFE2FD;
}
</style>
border-color css
<style>
span { border-color: #EFE2FD; }
span { border-color: rgb(239,226,253); }
td.TdClassName
{
border-color: #EFE2FD;
}
.TagClassName
{
border-color: #EFE2FD;
}
</style>