Shades of Magnolia #EFEBF4
Tints of Magnolia #EFEBF4
RGB
CMYK
RGB Variations
Color information
#EFEBF4 (or 0xEFEBF4) is known color: Magnolia. HEX triplet: EF, EB and F4. RGB value is (239,235,244). Sum of RGB (Red+Green+Blue) = 239+235+244=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFEBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBF4 is #10140B. Grayscale: #EDEDED. Windows color (decimal): -1053708 or 16051183. OLE color: 16051183.
HSL color Cylindrical-coordinate representation of color #EFEBF4: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFEBF4 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 235 | 244 | - |
CMYK | 0.02 | 0.04 | 0 | 0.04 |
HSL | 266.67º | 0.29% | 0.94% | - |
HSV(B) | 266.67º | 0.04% | 0.96% | - |
XYZ | 81.63 | 84.3 | 97.56 | - |
YUV | 237.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 235 | 244 | 0.02 | 0.04 | 0 | 0.04 | 266.67 | 0.29 | 0.94 |
Hex | EF | EB | F4 | 2 | 4 | 0 | 4 | 10B | 1D | 5E |
Octal | 357 | 353 | 364 | 2 | 4 | 0 | 4 | 413 | 35 | 136 |
Binary | 11101111 | 11101011 | 11110100 | 10 | 100 | 0 | 100 | 100001011 | 11101 | 1011110 |
Color Harmonies of #EFEBF4
Complementary color
Monochromatic Colors of #EFEBF4
Black with #EFEBF4
Text Example
Text Example
White with #EFEBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBF4; }
p { color: rgb(239,235,244); }
H1.HeaderClassName
{
color: #EFEBF4;
}
.AnyTagClassName
{
color: #EFEBF4;
}
</style>
background-color css
<style>
a { background-color: #EFEBF4; }
a { background-color: rgb(239,235,244); }
div.DivClassName
{
background-color: #EFEBF4;
}
.BgClassName
{
background-color: #EFEBF4;
}
</style>
border-color css
<style>
span { border-color: #EFEBF4; }
span { border-color: rgb(239,235,244); }
td.TdClassName
{
border-color: #EFEBF4;
}
.TagClassName
{
border-color: #EFEBF4;
}
</style>