#DDDEDF (or 0xDDDEDF) is unknown color: approx Pattens Blue. HEX triplet: DD, DE and DF. RGB value is (221,222,223). Sum of RGB (Red+Green+Blue) = 221+222+223=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEDF is #222120. Grayscale: #DDDDDD. Windows color (decimal): -2236705 or 14671581. OLE color: 14671581.
HSL color Cylindrical-coordinate representation of color #DDDEDF: hue angle of 210º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDEDF is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
<style> p { color: #DDDEDF; } p { color: rgb(221,222,223); } H1.HeaderClassName { color: #DDDEDF; } .AnyTagClassName { color: #DDDEDF; } </style>
<style> a { background-color: #DDDEDF; } a { background-color: rgb(221,222,223); } div.DivClassName { background-color: #DDDEDF; } .BgClassName { background-color: #DDDEDF; } </style>
<style> span { border-color: #DDDEDF; } span { border-color: rgb(221,222,223); } td.TdClassName { border-color: #DDDEDF; } .TagClassName { border-color: #DDDEDF; } </style>