#DCC3FF (or 0xDCC3FF) is unknown color: approx Fog. HEX triplet: DC, C3 and FF. RGB value is (220,195,255). Sum of RGB (Red+Green+Blue) = 220+195+255=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3FF is #233C00. Grayscale: #D1D1D1. Windows color (decimal): -2309121 or 16761820. OLE color: 16761820.
HSL color Cylindrical-coordinate representation of color #DCC3FF: hue angle of 265º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC3FF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #DCC3FF; } p { color: rgb(220,195,255); } H1.HeaderClassName { color: #DCC3FF; } .AnyTagClassName { color: #DCC3FF; } </style>
<style> a { background-color: #DCC3FF; } a { background-color: rgb(220,195,255); } div.DivClassName { background-color: #DCC3FF; } .BgClassName { background-color: #DCC3FF; } </style>
<style> span { border-color: #DCC3FF; } span { border-color: rgb(220,195,255); } td.TdClassName { border-color: #DCC3FF; } .TagClassName { border-color: #DCC3FF; } </style>