Shades of Magnolia #EFDFFE
Tints of Magnolia #EFDFFE
RGB
CMYK
RGB Variations
Color information
#EFDFFE (or 0xEFDFFE) is known color: Magnolia. HEX triplet: EF, DF and FE. RGB value is (239,223,254). Sum of RGB (Red+Green+Blue) = 239+223+254=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFFE is #102001. Grayscale: #E7E7E7. Windows color (decimal): -1056770 or 16703471. OLE color: 16703471.
HSL color Cylindrical-coordinate representation of color #EFDFFE: hue angle of 270.97º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFDFFE is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 223 | 254 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.00 |
| HSL | 270.97º | 0.94% | 0.94% | - |
| HSV(B) | 270.97º | 0.12% | 1% | - |
| XYZ | 79.87 | 78.28 | 104.67 | - |
| YUV | 231.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 254 | 0.06 | 0.12 | 0 | 0.00 | 270.97 | 0.94 | 0.94 |
| Hex | EF | DF | FE | 6 | C | 0 | 0 | 10F | 5E | 5E |
| Octal | 357 | 337 | 376 | 6 | 14 | 0 | 0 | 417 | 136 | 136 |
| Binary | 11101111 | 11011111 | 11111110 | 110 | 1100 | 0 | 0 | 100001111 | 1011110 | 1011110 |
Color Harmonies of #EFDFFE
Complementary color
Monochromatic Colors of #EFDFFE
Black with #EFDFFE
Text Example
Text Example
White with #EFDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFFE; }
p { color: rgb(239,223,254); }
H1.HeaderClassName
{
color: #EFDFFE;
}
.AnyTagClassName
{
color: #EFDFFE;
}
</style>
background-color css
<style>
a { background-color: #EFDFFE; }
a { background-color: rgb(239,223,254); }
div.DivClassName
{
background-color: #EFDFFE;
}
.BgClassName
{
background-color: #EFDFFE;
}
</style>
border-color css
<style>
span { border-color: #EFDFFE; }
span { border-color: rgb(239,223,254); }
td.TdClassName
{
border-color: #EFDFFE;
}
.TagClassName
{
border-color: #EFDFFE;
}
</style>