Shades of Magnolia #EFEAFD
Tints of Magnolia #EFEAFD
RGB
CMYK
RGB Variations
Color information
#EFEAFD (or 0xEFEAFD) is known color: Magnolia. HEX triplet: EF, EA and FD. RGB value is (239,234,253). Sum of RGB (Red+Green+Blue) = 239+234+253=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAFD is #101502. Grayscale: #EDEDED. Windows color (decimal): -1053955 or 16640751. OLE color: 16640751.
HSL color Cylindrical-coordinate representation of color #EFEAFD: hue angle of 255.79º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFEAFD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 234 | 253 | - |
CMYK | 0.06 | 0.08 | 0 | 0.01 |
HSL | 255.79º | 0.83% | 0.95% | - |
HSV(B) | 255.79º | 0.08% | 0.99% | - |
XYZ | 82.75 | 84.29 | 104.84 | - |
YUV | 237.66 | 136.66 | 128.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 234 | 253 | 0.06 | 0.08 | 0 | 0.01 | 255.79 | 0.83 | 0.95 |
Hex | EF | EA | FD | 6 | 8 | 0 | 1 | 100 | 53 | 5F |
Octal | 357 | 352 | 375 | 6 | 10 | 0 | 1 | 400 | 123 | 137 |
Binary | 11101111 | 11101010 | 11111101 | 110 | 1000 | 0 | 1 | 100000000 | 1010011 | 1011111 |
Color Harmonies of #EFEAFD
Complementary color
Monochromatic Colors of #EFEAFD
Black with #EFEAFD
Text Example
Text Example
White with #EFEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAFD; }
p { color: rgb(239,234,253); }
H1.HeaderClassName
{
color: #EFEAFD;
}
.AnyTagClassName
{
color: #EFEAFD;
}
</style>
background-color css
<style>
a { background-color: #EFEAFD; }
a { background-color: rgb(239,234,253); }
div.DivClassName
{
background-color: #EFEAFD;
}
.BgClassName
{
background-color: #EFEAFD;
}
</style>
border-color css
<style>
span { border-color: #EFEAFD; }
span { border-color: rgb(239,234,253); }
td.TdClassName
{
border-color: #EFEAFD;
}
.TagClassName
{
border-color: #EFEAFD;
}
</style>