#EADDFF (or 0xEADDFF) is unknown color: approx Magnolia. HEX triplet: EA, DD and FF. RGB value is (234,221,255). Sum of RGB (Red+Green+Blue) = 234+221+255=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #EADDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDFF is #152200. Grayscale: #E4E4E4. Windows color (decimal): -1384961 or 16768490. OLE color: 16768490.
HSL color Cylindrical-coordinate representation of color #EADDFF: hue angle of 262.94º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADDFF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #EADDFF; } p { color: rgb(234,221,255); } H1.HeaderClassName { color: #EADDFF; } .AnyTagClassName { color: #EADDFF; } </style>
<style> a { background-color: #EADDFF; } a { background-color: rgb(234,221,255); } div.DivClassName { background-color: #EADDFF; } .BgClassName { background-color: #EADDFF; } </style>
<style> span { border-color: #EADDFF; } span { border-color: rgb(234,221,255); } td.TdClassName { border-color: #EADDFF; } .TagClassName { border-color: #EADDFF; } </style>