#FFDFFF (or 0xFFDFFF) is unknown color: approx Selago. HEX triplet: FF, DF and FF. RGB value is (255,223,255). Sum of RGB (Red+Green+Blue) = 255+223+255=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 223 (87.5% from 255 or 30.42% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFFF is #002000. Grayscale: #ECECEC. Windows color (decimal): -8193 or 16769023. OLE color: 16769023.
HSL color Cylindrical-coordinate representation of color #FFDFFF: hue angle of 300º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFFF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFDFFF; } p { color: rgb(255,223,255); } H1.HeaderClassName { color: #FFDFFF; } .AnyTagClassName { color: #FFDFFF; } </style>
<style> a { background-color: #FFDFFF; } a { background-color: rgb(255,223,255); } div.DivClassName { background-color: #FFDFFF; } .BgClassName { background-color: #FFDFFF; } </style>
<style> span { border-color: #FFDFFF; } span { border-color: rgb(255,223,255); } td.TdClassName { border-color: #FFDFFF; } .TagClassName { border-color: #FFDFFF; } </style>