Shades of Magnolia #EFDEFF
Tints of Magnolia #EFDEFF
RGB
CMYK
RGB Variations
Color information
#EFDEFF (or 0xEFDEFF) is known color: Magnolia. HEX triplet: EF, DE and FF. RGB value is (239,222,255). Sum of RGB (Red+Green+Blue) = 239+222+255=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEFF is #102100. Grayscale: #E6E6E6. Windows color (decimal): -1057025 or 16768751. OLE color: 16768751.
HSL color Cylindrical-coordinate representation of color #EFDEFF: hue angle of 270.91º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDEFF is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 222 | 255 | - |
| CMYK | 0.06 | 0.13 | 0 | 0 |
| HSL | 270.91º | 1% | 0.94% | - |
| HSV(B) | 270.91º | 0.13% | 1% | - |
| XYZ | 79.77 | 77.81 | 105.42 | - |
| YUV | 230.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 255 | 0.06 | 0.13 | 0 | 0 | 270.91 | 1 | 0.94 |
| Hex | EF | DE | FF | 6 | D | 0 | 0 | 10F | 64 | 5E |
| Octal | 357 | 336 | 377 | 6 | 15 | 0 | 0 | 417 | 144 | 136 |
| Binary | 11101111 | 11011110 | 11111111 | 110 | 1101 | 0 | 0 | 100001111 | 1100100 | 1011110 |
Color Harmonies of #EFDEFF
Complementary color
Monochromatic Colors of #EFDEFF
Black with #EFDEFF
Text Example
Text Example
White with #EFDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEFF; }
p { color: rgb(239,222,255); }
H1.HeaderClassName
{
color: #EFDEFF;
}
.AnyTagClassName
{
color: #EFDEFF;
}
</style>
background-color css
<style>
a { background-color: #EFDEFF; }
a { background-color: rgb(239,222,255); }
div.DivClassName
{
background-color: #EFDEFF;
}
.BgClassName
{
background-color: #EFDEFF;
}
</style>
border-color css
<style>
span { border-color: #EFDEFF; }
span { border-color: rgb(239,222,255); }
td.TdClassName
{
border-color: #EFDEFF;
}
.TagClassName
{
border-color: #EFDEFF;
}
</style>