Shades of Magnolia #EBDFFE
Tints of Magnolia #EBDFFE
RGB
CMYK
RGB Variations
Color information
#EBDFFE (or 0xEBDFFE) is known color: Magnolia. HEX triplet: EB, DF and FE. RGB value is (235,223,254). Sum of RGB (Red+Green+Blue) = 235+223+254=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFFE is #142001. Grayscale: #E6E6E6. Windows color (decimal): -1318914 or 16703467. OLE color: 16703467.
HSL color Cylindrical-coordinate representation of color #EBDFFE: hue angle of 263.23º 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 #EBDFFE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 223 | 254 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.00 |
| HSL | 263.23º | 0.94% | 0.94% | - |
| HSV(B) | 263.23º | 0.12% | 1% | - |
| XYZ | 78.54 | 77.59 | 104.6 | - |
| YUV | 230.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 254 | 0.07 | 0.12 | 0 | 0.00 | 263.23 | 0.94 | 0.94 |
| Hex | EB | DF | FE | 7 | C | 0 | 0 | 107 | 5E | 5E |
| Octal | 353 | 337 | 376 | 7 | 14 | 0 | 0 | 407 | 136 | 136 |
| Binary | 11101011 | 11011111 | 11111110 | 111 | 1100 | 0 | 0 | 100000111 | 1011110 | 1011110 |
Color Harmonies of #EBDFFE
Complementary color
Monochromatic Colors of #EBDFFE
Black with #EBDFFE
Text Example
Text Example
White with #EBDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFFE; }
p { color: rgb(235,223,254); }
H1.HeaderClassName
{
color: #EBDFFE;
}
.AnyTagClassName
{
color: #EBDFFE;
}
</style>
background-color css
<style>
a { background-color: #EBDFFE; }
a { background-color: rgb(235,223,254); }
div.DivClassName
{
background-color: #EBDFFE;
}
.BgClassName
{
background-color: #EBDFFE;
}
</style>
border-color css
<style>
span { border-color: #EBDFFE; }
span { border-color: rgb(235,223,254); }
td.TdClassName
{
border-color: #EBDFFE;
}
.TagClassName
{
border-color: #EBDFFE;
}
</style>