Shades of Magnolia #EADCFC
Tints of Magnolia #EADCFC
RGB
CMYK
RGB Variations
Color information
#EADCFC (or 0xEADCFC) is known color: Magnolia. HEX triplet: EA, DC and FC. RGB value is (234,220,252). Sum of RGB (Red+Green+Blue) = 234+220+252=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #EADCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCFC is #152303. Grayscale: #E3E3E3. Windows color (decimal): -1385220 or 16571626. OLE color: 16571626.
HSL color Cylindrical-coordinate representation of color #EADCFC: hue angle of 266.25º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADCFC is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 220 | 252 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.01 |
| HSL | 266.25º | 0.84% | 0.93% | - |
| HSV(B) | 266.25º | 0.13% | 0.99% | - |
| XYZ | 77.1 | 75.71 | 102.65 | - |
| YUV | 227.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 252 | 0.07 | 0.13 | 0 | 0.01 | 266.25 | 0.84 | 0.93 |
| Hex | EA | DC | FC | 7 | D | 0 | 1 | 10A | 54 | 5D |
| Octal | 352 | 334 | 374 | 7 | 15 | 0 | 1 | 412 | 124 | 135 |
| Binary | 11101010 | 11011100 | 11111100 | 111 | 1101 | 0 | 1 | 100001010 | 1010100 | 1011101 |
Color Harmonies of #EADCFC
Complementary color
Monochromatic Colors of #EADCFC
Black with #EADCFC
Text Example
Text Example
White with #EADCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCFC; }
p { color: rgb(234,220,252); }
H1.HeaderClassName
{
color: #EADCFC;
}
.AnyTagClassName
{
color: #EADCFC;
}
</style>
background-color css
<style>
a { background-color: #EADCFC; }
a { background-color: rgb(234,220,252); }
div.DivClassName
{
background-color: #EADCFC;
}
.BgClassName
{
background-color: #EADCFC;
}
</style>
border-color css
<style>
span { border-color: #EADCFC; }
span { border-color: rgb(234,220,252); }
td.TdClassName
{
border-color: #EADCFC;
}
.TagClassName
{
border-color: #EADCFC;
}
</style>