#DCBEEB (or 0xDCBEEB) is unknown color: approx Fog. HEX triplet: DC, BE and EB. RGB value is (220,190,235). Sum of RGB (Red+Green+Blue) = 220+190+235=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEEB is #234114. Grayscale: #CBCBCB. Windows color (decimal): -2310421 or 15449820. OLE color: 15449820.
HSL color Cylindrical-coordinate representation of color #DCBEEB: hue angle of 280º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBEEB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
<style> p { color: #DCBEEB; } p { color: rgb(220,190,235); } H1.HeaderClassName { color: #DCBEEB; } .AnyTagClassName { color: #DCBEEB; } </style>
<style> a { background-color: #DCBEEB; } a { background-color: rgb(220,190,235); } div.DivClassName { background-color: #DCBEEB; } .BgClassName { background-color: #DCBEEB; } </style>
<style> span { border-color: #DCBEEB; } span { border-color: rgb(220,190,235); } td.TdClassName { border-color: #DCBEEB; } .TagClassName { border-color: #DCBEEB; } </style>