#DCDDFF (or 0xDCDDFF) is unknown color: approx Quartz. HEX triplet: DC, DD and FF. RGB value is (220,221,255). Sum of RGB (Red+Green+Blue) = 220+221+255=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDFF is #232200. Grayscale: #E0E0E0. Windows color (decimal): -2302465 or 16768476. OLE color: 16768476.
HSL color Cylindrical-coordinate representation of color #DCDDFF: hue angle of 238.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCDDFF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #DCDDFF; } p { color: rgb(220,221,255); } H1.HeaderClassName { color: #DCDDFF; } .AnyTagClassName { color: #DCDDFF; } </style>
<style> a { background-color: #DCDDFF; } a { background-color: rgb(220,221,255); } div.DivClassName { background-color: #DCDDFF; } .BgClassName { background-color: #DCDDFF; } </style>
<style> span { border-color: #DCDDFF; } span { border-color: rgb(220,221,255); } td.TdClassName { border-color: #DCDDFF; } .TagClassName { border-color: #DCDDFF; } </style>