#FFDFEE (or 0xFFDFEE) is unknown color: approx Pig Pink. HEX triplet: FF, DF and EE. RGB value is (255,223,238). Sum of RGB (Red+Green+Blue) = 255+223+238=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFEE is #002011. Grayscale: #EAEAEA. Windows color (decimal): -8210 or 15654911. OLE color: 15654911.
HSL color Cylindrical-coordinate representation of color #FFDFEE: hue angle of 331.88º 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 #FFDFEE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.
<style> p { color: #FFDFEE; } p { color: rgb(255,223,238); } H1.HeaderClassName { color: #FFDFEE; } .AnyTagClassName { color: #FFDFEE; } </style>
<style> a { background-color: #FFDFEE; } a { background-color: rgb(255,223,238); } div.DivClassName { background-color: #FFDFEE; } .BgClassName { background-color: #FFDFEE; } </style>
<style> span { border-color: #FFDFEE; } span { border-color: rgb(255,223,238); } td.TdClassName { border-color: #FFDFEE; } .TagClassName { border-color: #FFDFEE; } </style>