#DCC5FF (or 0xDCC5FF) is unknown color: approx Fog. HEX triplet: DC, C5 and FF. RGB value is (220,197,255). Sum of RGB (Red+Green+Blue) = 220+197+255=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5FF is #233A00. Grayscale: #D2D2D2. Windows color (decimal): -2308609 or 16762332. OLE color: 16762332.
HSL color Cylindrical-coordinate representation of color #DCC5FF: hue angle of 263.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC5FF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #DCC5FF; } p { color: rgb(220,197,255); } H1.HeaderClassName { color: #DCC5FF; } .AnyTagClassName { color: #DCC5FF; } </style>
<style> a { background-color: #DCC5FF; } a { background-color: rgb(220,197,255); } div.DivClassName { background-color: #DCC5FF; } .BgClassName { background-color: #DCC5FF; } </style>
<style> span { border-color: #DCC5FF; } span { border-color: rgb(220,197,255); } td.TdClassName { border-color: #DCC5FF; } .TagClassName { border-color: #DCC5FF; } </style>