Shades of Magnolia #EBDFFC
Tints of Magnolia #EBDFFC
RGB
CMYK
RGB Variations
Color information
#EBDFFC (or 0xEBDFFC) is known color: Magnolia. HEX triplet: EB, DF and FC. RGB value is (235,223,252). Sum of RGB (Red+Green+Blue) = 235+223+252=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBDFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFFC is #142003. Grayscale: #E5E5E5. Windows color (decimal): -1318916 or 16572395. OLE color: 16572395.
HSL color Cylindrical-coordinate representation of color #EBDFFC: hue angle of 264.83º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBDFFC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 223 | 252 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.01 |
| HSL | 264.83º | 0.83% | 0.93% | - |
| HSV(B) | 264.83º | 0.12% | 0.99% | - |
| XYZ | 78.22 | 77.47 | 102.93 | - |
| YUV | 229.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 252 | 0.07 | 0.12 | 0 | 0.01 | 264.83 | 0.83 | 0.93 |
| Hex | EB | DF | FC | 7 | C | 0 | 1 | 109 | 53 | 5D |
| Octal | 353 | 337 | 374 | 7 | 14 | 0 | 1 | 411 | 123 | 135 |
| Binary | 11101011 | 11011111 | 11111100 | 111 | 1100 | 0 | 1 | 100001001 | 1010011 | 1011101 |
Color Harmonies of #EBDFFC
Complementary color
Monochromatic Colors of #EBDFFC
Black with #EBDFFC
Text Example
Text Example
White with #EBDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFFC; }
p { color: rgb(235,223,252); }
H1.HeaderClassName
{
color: #EBDFFC;
}
.AnyTagClassName
{
color: #EBDFFC;
}
</style>
background-color css
<style>
a { background-color: #EBDFFC; }
a { background-color: rgb(235,223,252); }
div.DivClassName
{
background-color: #EBDFFC;
}
.BgClassName
{
background-color: #EBDFFC;
}
</style>
border-color css
<style>
span { border-color: #EBDFFC; }
span { border-color: rgb(235,223,252); }
td.TdClassName
{
border-color: #EBDFFC;
}
.TagClassName
{
border-color: #EBDFFC;
}
</style>