Shades of Magnolia #EADFFD
Tints of Magnolia #EADFFD
RGB
CMYK
RGB Variations
Color information
#EADFFD (or 0xEADFFD) is known color: Magnolia. HEX triplet: EA, DF and FD. RGB value is (234,223,253). Sum of RGB (Red+Green+Blue) = 234+223+253=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFFD is #152002. Grayscale: #E5E5E5. Windows color (decimal): -1384451 or 16637930. OLE color: 16637930.
HSL color Cylindrical-coordinate representation of color #EADFFD: hue angle of 262º degrees, saturation: 0.88, 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 #EADFFD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 223 | 253 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.01 |
| HSL | 262º | 0.88% | 0.93% | - |
| HSV(B) | 262º | 0.12% | 0.99% | - |
| XYZ | 78.05 | 77.36 | 103.75 | - |
| YUV | 229.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 253 | 0.08 | 0.12 | 0 | 0.01 | 262 | 0.88 | 0.93 |
| Hex | EA | DF | FD | 8 | C | 0 | 1 | 106 | 58 | 5D |
| Octal | 352 | 337 | 375 | 10 | 14 | 0 | 1 | 406 | 130 | 135 |
| Binary | 11101010 | 11011111 | 11111101 | 1000 | 1100 | 0 | 1 | 100000110 | 1011000 | 1011101 |
Color Harmonies of #EADFFD
Complementary color
Monochromatic Colors of #EADFFD
Black with #EADFFD
Text Example
Text Example
White with #EADFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFFD; }
p { color: rgb(234,223,253); }
H1.HeaderClassName
{
color: #EADFFD;
}
.AnyTagClassName
{
color: #EADFFD;
}
</style>
background-color css
<style>
a { background-color: #EADFFD; }
a { background-color: rgb(234,223,253); }
div.DivClassName
{
background-color: #EADFFD;
}
.BgClassName
{
background-color: #EADFFD;
}
</style>
border-color css
<style>
span { border-color: #EADFFD; }
span { border-color: rgb(234,223,253); }
td.TdClassName
{
border-color: #EADFFD;
}
.TagClassName
{
border-color: #EADFFD;
}
</style>