#FFDDFF (or 0xFFDDFF) is unknown color: approx Selago. HEX triplet: FF, DD and FF. RGB value is (255,221,255). Sum of RGB (Red+Green+Blue) = 255+221+255=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 221 (86.72% from 255 or 30.23% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDFF is #002200. Grayscale: #EAEAEA. Windows color (decimal): -8705 or 16768511. OLE color: 16768511.
HSL color Cylindrical-coordinate representation of color #FFDDFF: hue angle of 300º 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 #FFDDFF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFDDFF; } p { color: rgb(255,221,255); } H1.HeaderClassName { color: #FFDDFF; } .AnyTagClassName { color: #FFDDFF; } </style>
<style> a { background-color: #FFDDFF; } a { background-color: rgb(255,221,255); } div.DivClassName { background-color: #FFDDFF; } .BgClassName { background-color: #FFDDFF; } </style>
<style> span { border-color: #FFDDFF; } span { border-color: rgb(255,221,255); } td.TdClassName { border-color: #FFDDFF; } .TagClassName { border-color: #FFDDFF; } </style>