#DCDEFF (or 0xDCDEFF) is unknown color: approx Quartz. HEX triplet: DC, DE and FF. RGB value is (220,222,255). Sum of RGB (Red+Green+Blue) = 220+222+255=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEFF is #232100. Grayscale: #E1E1E1. Windows color (decimal): -2302209 or 16768732. OLE color: 16768732.
HSL color Cylindrical-coordinate representation of color #DCDEFF: hue angle of 236.57º 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 #DCDEFF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #DCDEFF; } p { color: rgb(220,222,255); } H1.HeaderClassName { color: #DCDEFF; } .AnyTagClassName { color: #DCDEFF; } </style>
<style> a { background-color: #DCDEFF; } a { background-color: rgb(220,222,255); } div.DivClassName { background-color: #DCDEFF; } .BgClassName { background-color: #DCDEFF; } </style>
<style> span { border-color: #DCDEFF; } span { border-color: rgb(220,222,255); } td.TdClassName { border-color: #DCDEFF; } .TagClassName { border-color: #DCDEFF; } </style>